gdocs mcp for Claude Desktop
io.github.dasasian/gdocs-mcp
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
client:Claude Desktop
transport:stdio
runtime:npm
Install gdocs mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gdocs-mcp": {
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs