Skip to content

google docs mcp server for Grok

io.github.gigabrain-observer/google-docs-mcp-server

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

client:Grok transport:stdio runtime:pypi

Install google docs mcp server 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": {
    "google-docs-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "google-docs-mcp-server"
      ],
      "env": {
        "SERVICE_ACCOUNT_PATH": "<SERVICE_ACCOUNT_PATH>",
        "SUBJECT_EMAIL": "<SUBJECT_EMAIL>"
      }
    }
  }
}

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

google docs mcp server in other clients