outlook-meetings-scheduler-mcp-server

outlook-meetings-scheduler-mcp-server

3.4

If you are the rightful owner of outlook-meetings-scheduler-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server for scheduling meetings in Microsoft Outlook using Microsoft Graph API.

The Outlook Meetings Scheduler MCP Server is designed to facilitate the scheduling of meetings and calendar events within Microsoft Outlook using the Microsoft Graph API. It allows users to create events, manage attendees, and integrate with other MCP servers like the GitHub MCP server to streamline workflows. This server is particularly useful for automating meeting scheduling tasks, finding email addresses of attendees, and managing calendar events efficiently. It supports various operations such as creating, updating, and deleting events, as well as listing and retrieving event details. The server can be deployed locally using Node.js or Docker, and it can be integrated with platforms like VS Code and Claude Desktop for enhanced productivity.

Features

  • Seamless integration with Microsoft Outlook via Microsoft Graph API.
  • Ability to create, update, and delete calendar events with or without attendees.
  • Integration with other MCP servers, such as GitHub MCP server, for enhanced workflows.
  • Support for finding email addresses of attendees using the 'find-person' tool.
  • Flexible deployment options including local Node.js setup and Docker.

Tools

  1. find-person

    Find a person's email address by their name.

  2. create-event

    Create a calendar event using Microsoft Graph API.

  3. create-event-with-attendees

    Create a calendar event with attendees using Microsoft Graph API.

  4. get-event

    Get details of a calendar event by its ID.

  5. list-events

    List calendar events with optional filtering.

  6. delete-event

    Delete a calendar event.

  7. update-event

    Update an existing calendar event.

  8. update-event-attendees

    Add or remove attendees from a calendar event.