gdocs comments mcp for Grok
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:Grok
transport:stdio
runtime:npm
Install gdocs comments mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs