gdocs mcp for Windsurf
io.github.dasasian/gdocs-mcp
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
client:Windsurf
transport:stdio
runtime:npm
Install gdocs mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs