Odel
Google Analytics 4

Google Analytics 4

Local
@getmcpads-comTypeScriptApache-2.0Updated 6 days ago

Google Analytics 4: 27 read-only tools across the Data API and the Admin API.

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

npm@getmcpads/google-analytics-mcp-serverv1.0.2

Run

npx -y @getmcpads/google-analytics-mcp-server

MCP client config

{
  "mcpServers": {
    "google-analytics-4": {
      "command": "npx",
      "args": [
        "-y",
        "@getmcpads/google-analytics-mcp-server"
      ]
    }
  }
}