MCPHIVE

Google Analytics MCP

Local · stdio

Google Analytics MCP is an experimental official project from the Google Analytics team: agent access to the GA4 Data and Admin APIs — account and property summaries, ad-hoc reports, funnels, realtime data and a list of custom dimensions and metrics. Stdio transport, Application Default Credentials auth with the analytics.readonly scope. 2.8k GitHub stars.

Why this server

  • run_report and run_funnel_report build arbitrary GA4 reports and funnels with no manual SQL or UI
  • run_realtime_report shows the site's current users right inside the agent conversation
  • Application Default Credentials — the same sign-in used across other Google Cloud tools
  • 2.8k GitHub stars, but officially experimental — the tool API may still change

Usage examples

Prompt: How many users are on the site right now, and from which sources?

Result: The agent called run_realtime_report broken down by traffic source, returning active user counts by channel.

Prompt: Build a conversion report for the checkout funnel over the last week

Result: The agent called run_funnel_report with the checkout funnel steps and a 7-day date range.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.