Claude-Hotmail-Connector

TGoodhew/Claude-Hotmail-Connector
★ 0 stars TypeScript API Integration Updated today
Locally hosted MCP server giving Claude read email + read/write calendar access to a personal Microsoft (Hotmail/Outlook.com) account via Microsoft Graph.
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": {
    "claude-hotmail-conne": {
      "command": "npx",
      "args": [
        "-y",
        "TGoodhew/Claude-Hotmail-Connector"
      ]
    }
  }
}