Google Docs for Zed
io.github.domdomegg/google-documents-mcp
Allow AI systems to read and edit Google Docs.
client:Zed
transport:stdio
runtime:npm
Install Google Docs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-documents-mcp": {
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs