mcp-server-outlook

wuchang/mcp-server-outlook
★ 0 stars Zig API Integration Updated today
MCP server for Microsoft 365 Outlook — calendar, mail, and tasks via Microsoft Graph API. Single binary, zero runtime dependencies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-outlook": {
      "command": "npx",
      "args": [
        "-y",
        "wuchang/mcp-server-outlook"
      ]
    }
  }
}