simply-outlook-mcp
Verified Safeby hmmroger
Overview
Enables AI assistants to manage Microsoft Outlook calendars and emails via the Microsoft Graph API.
Installation
npx -y simply-outlook-mcpEnvironment Variables
- SIMPLY_OUTLOOK_MCP_CLIENT_ID
Security Notes
The server securely handles authentication tokens using `@azure/identity` with local persistence. User-provided content for emails/events is sanitized via `DOMPurify` when converted from Markdown to HTML before being sent to Microsoft Graph, mitigating potential XSS. The client ID is not hardcoded and the README provides strong warnings and best practices for creating a dedicated Azure AD application. No 'eval' or malicious obfuscation patterns were found. Communication with the MCP client is over standard I/O (stdio), limiting direct network exposure.
Similar Servers
ms-365-mcp-server
Interacting with Microsoft 365 and Office services through the Graph API via a Model Context Protocol (MCP) server.
outlook-mcp
Enables AI assistants to interact with Microsoft Outlook for email, calendar, and SharePoint operations through the Microsoft Graph API.
outlook-mcp-server
AI-powered local email management for Microsoft Outlook, enabling search, composition, organization, and batch forwarding of emails using natural language commands.
gCalendar-mcp
This MCP server enables AI assistants to create and manage Google Calendar events.