m365mcp

ianrelecker/m365mcp
★ 0 stars TypeScript AI/LLM Updated 3mo ago
Local Desktop MCP server for one Microsoft 365 user. It lets Claude call Microsoft Graph with that user's delegated permissions, including any shared or delegated mailboxes and calendars the user already has access to.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "m365mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ianrelecker/m365mcp"
      ]
    }
  }
}