ga4-mcp-server

spindle79/ga4-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Google Analytics 4 MCP server — exposes GA4 metrics to AI agents over @modelcontextprotocol/sdk and parallel REST endpoints, with daily/monthly time breakdowns
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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