google docs mcp server for Zed
io.github.gigabrain-observer/google-docs-mcp-server
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
client:Zed
transport:stdio
runtime:pypi
Install google docs mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-docs-mcp-server": {
"command": "uvx",
"args": [
"google-docs-mcp-server"
],
"env": {
"SERVICE_ACCOUNT_PATH": "<SERVICE_ACCOUNT_PATH>",
"SUBJECT_EMAIL": "<SUBJECT_EMAIL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs