mcp-outlook
2
The Outlook MCP Server is a Model Context Protocol integration tool that works with Microsoft Outlook to manage calendar events and emails. It supports listing, creating, and managing both calendar events and email messages using the Microsoft Graph API.
npx
{ "mcpServers": { "outlook": { "command": "npx", "args": [ "mcp_outlook" ], "env": { "AUTHORITY": "your-authority-id", "CLIENT_ID": "your-client-id", "MCP_SERVER_NAME": "outlook-mcp", "MCP_SERVER_VERSION": "1.0.0" } } } }
node
{ "mcpServers": { "outlook": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/outlook_mcp/build/index.js" ], "env": { "AUTHORITY": "your-authority-id", "CLIENT_ID": "your-client-id", "MCP_SERVER_NAME": "outlook-mcp", "MCP_SERVER_VERSION": "1.0.0" } } } }