Skip to content

mcp google sheets full for Grok

io.github.moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.

client:Grok transport:stdio runtime:npm

Install mcp google sheets full in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-google-sheets-full": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-sheets-full"
      ]
    }
  }
}

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

mcp google sheets full in other clients