outlook-mcp
If you are the rightful owner of outlook-mcp 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@mcpreview.com.
This is a modular implementation of the Outlook MCP server that connects Claude with Microsoft Outlook through the Microsoft Graph API.
The Modular Outlook MCP Server is designed to facilitate seamless integration between Claude, a conversational AI, and Microsoft Outlook using the Microsoft Graph API. This server is structured to provide a modular approach, allowing for easy maintenance and extension of functionalities. It supports a range of features including email management, calendar operations, and authentication processes. The server is built with a clean separation of concerns, ensuring that each module handles specific tasks such as authentication, email, and calendar management. The server also includes a test mode that simulates API responses, making it easier to test functionalities without making real API calls. To use this server, users must register an app in the Azure Portal, configure necessary permissions, and set up authentication credentials. The server can be used standalone or integrated with Claude Desktop for managing Outlook accounts.
Features
- Authentication: OAuth 2.0 authentication with Microsoft Graph API
- Email Management: List, search, read, and send emails
- Modular Structure: Clean separation of concerns for better maintainability
- OData Filter Handling: Proper escaping and formatting of OData queries
- Test Mode: Simulated responses for testing without real API calls