outlook-meetings-scheduler-mcp-server
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
find-person
Find a person's email address by their name.
create-event
Create a calendar event using Microsoft Graph API.
create-event-with-attendees
Create a calendar event with attendees using Microsoft Graph API.
get-event
Get details of a calendar event by its ID.
list-events
List calendar events with optional filtering.
delete-event
Delete a calendar event.
update-event
Update an existing calendar event.
update-event-attendees
Add or remove attendees from a calendar event.