Skip to content
Grok

google analytics for Grok

com.mcparmory/google-analytics

Query GA4 analytics data with custom reports, pivot tables, and audience exports

client:Grok transport:stdio runtime:pypi

Install google analytics in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "google-analytics": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-google-analytics"
      ]
    }
  }
}

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