Skip to content
Zed

Gmail MCP Server for Zed

io.github.artymclabin/gmail-mcp-server

Lean Gmail MCP server with auto authentication support

client:Zed transport:stdio runtime:npm

Install Gmail MCP Server 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-server": {
      "command": "npx",
      "args": [
        "-y",
        "@artymclabin/gmail-mcp"
      ],
      "env": {
        "GMAIL_OAUTH_PATH": "<GMAIL_OAUTH_PATH>",
        "GMAIL_CREDENTIALS_PATH": "<GMAIL_CREDENTIALS_PATH>"
      }
    }
  }
}

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

Gmail MCP Server in other clients