gdocs comments mcp for Cursor
io.github.stanislawherjan1/gdocs-comments-mcp
Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.
client:Cursor
transport:stdio
runtime:npm
Install gdocs comments mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gdocs-comments-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gdocs-comments-mcp"
],
"env": {
"GDOCS_COMMENTS_PROFILE_DIR": "<GDOCS_COMMENTS_PROFILE_DIR>",
"GDOCS_COMMENTS_CDP_URL": "<GDOCS_COMMENTS_CDP_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs