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
{
"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