gdocs mcp for Zed
io.github.dasasian/gdocs-mcp
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
client:Zed
transport:stdio
runtime:npm
Install gdocs mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs