ga-mcp-full

ringo380/ga-mcp-full
★ 0 stars Python AI/LLM Updated 4d ago
GA4 MCP server — full Admin API + Data API access for Claude Code, Claude Desktop, Cursor, and other MCP-compatible AI assistants
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ga-mcp-full": {
      "command": "uvx",
      "args": [
        "ga-mcp-full"
      ]
    }
  }
}

Or install with pip: pip install ga-mcp-full

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes the **full** Google Analytics 4 surface — both the Admin API (property & configuration management) and the Data API (reporting) — to MCP-compatible clients such as [Claude Code](https://claude.com/product/claude-code), [Claude Desktop](https://claude.ai/download), Cursor, Zed, and anything else that speaks stdio MCP.

Topics

analyticsanthropicclaude-codeclaude-desktopga4google-analyticsmcpmodel-context-protocoloauthpython