Skip to content
Grok

gdocs mcp for Grok

io.github.dasasian/gdocs-mcp

Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.

client:Grok transport:stdio runtime:npm

Install gdocs mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gdocs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dasasian/gdocs-mcp"
      ]
    }
  }
}

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 mcp in other clients