Skip to content
Claude Desktop

multi gmail mcp for Claude Desktop

io.github.gx-55/multi-gmail-mcp

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

client:Claude Desktop transport:stdio runtime:npm

Install multi gmail mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "multi-gmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "multi-gmail-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

multi gmail mcp in other clients