Odel
mcp ga4

mcp ga4

Local
@mharnettTypeScriptMITUpdated 1w ago

Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-ga4v2.0.1

Run

npx -y mcp-ga4

MCP client config

{
  "mcpServers": {
    "mcp-ga4": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ga4"
      ]
    }
  }
}