Skip to content
Zed

Gmail for Zed

io.github.domdomegg/gmail-mcp

Allow AI systems to read, send, archive, and manage emails via Gmail.

client:Zed transport:stdio runtime:npm

Install Gmail 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": {
    "gmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gmail-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

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

Gmail in other clients