Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gdocs comments mcp in other clients