Odel
Google Analytics 4

Google Analytics 4

Local
@stucchiPythonUpdated 6mo ago

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

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).

PyPIgoogle-analytics-4-mcpv0.1.1

Run

uvx google-analytics-4-mcp

MCP client config

{
  "mcpServers": {
    "google-analytics-4": {
      "command": "uvx",
      "args": [
        "google-analytics-4-mcp"
      ]
    }
  }
}