m365-mail-mcp-server

juvantlabs/m365-mail-mcp-server
★ 0 stars TypeScript Security Updated 11d ago
Microsoft 365 Outlook Mail via delegated Microsoft Graph: read messages, folders and attachments, and author/manage drafts (send is a later gated phase).
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": {
    "m365-mail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "juvantlabs/m365-mail-mcp-server"
      ]
    }
  }
}