gdocs comments mcp for Cline
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:Cline
transport:stdio
runtime:npm
Install gdocs comments mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs