Google Docs for Cursor
io.github.domdomegg/google-documents-mcp
Allow AI systems to read and edit Google Docs.
client:Cursor
transport:stdio
runtime:npm
Install Google Docs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-documents-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs