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