Google Analytics 4 — full Admin API + Data API — for AI assistants.
ga-mcp-full is an open-source Model Context Protocol server that exposes the full Google Analytics 4 surface — both the Admin API (property & configuration management) and the Data API (reporting) — to MCP-compatible AI assistants such as Claude Code, Claude Desktop, Cursor, and Zed.
Thirty-plus tools cover properties, custom dimensions and metrics, audiences, key events, data streams, linked accounts (Firebase, BigQuery, Google Ads), Measurement Protocol secrets, standard reports, realtime reports, and metadata discovery.
pip install ga-mcp-full
claude plugin marketplace add ringo380/robworks-claude-code-plugins
claude plugin install ga-mcp-full@robworks-claude-code-plugins
Then authenticate:
/ga-mcp-full:auth-login
~/.config/ga-mcp/credentials.json with file mode 0600. They are never transmitted off your machine.ga-mcp-full does not log, retain, or re-distribute it.Full details: Privacy Policy.
MIT-licensed. Source and issue tracker at github.com/ringo380/ga-mcp-full.