Skip to content
Zed

multi gmail mcp for Zed

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

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

client:Zed transport:stdio runtime:npm

Install multi gmail mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

multi gmail mcp in other clients