gdocs comments mcp for Claude Desktop
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:Claude Desktop
transport:stdio
runtime:npm
Install gdocs comments mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gdocs-comments-mcp": {
"command": "npx",
"args": [
"-y",
"gdocs-comments-mcp"
],
"env": {
"GDOCS_COMMENTS_PROFILE_DIR": "<GDOCS_COMMENTS_PROFILE_DIR>",
"GDOCS_COMMENTS_CDP_URL": "<GDOCS_COMMENTS_CDP_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs