gdocs mcp for Cursor
io.github.dasasian/gdocs-mcp
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
client:Cursor
transport:stdio
runtime:npm
Install gdocs mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gdocs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dasasian/gdocs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs