outlook-mcp-server

marco2901/outlook-mcp-server
★ 0 stars JavaScript 🔒 Security Updated today
MCP server for Microsoft 365 (Outlook, OneDrive, Power Automate) via Microsoft Graph. Fork of ryaker/outlook-mcp with HTTP transport, auth gateway and Traefik deployment.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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