MCP Hub
Back to servers

Google_analytics

Google Analytics MCP Pack

Registry
Updated
Apr 15, 2026

mcp-google_analytics

Google Analytics MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
ga_run_reportRun a report on a Google Analytics 4 property. Specify dimensions (e.g., "city", "pagePath"), metrics (e.g., "activeUsers", "sessions"), and date ranges to retrieve analytics data.
ga_list_propertiesList all Google Analytics 4 properties accessible by the authenticated user. Uses the Admin API to fetch account summaries with property details.
ga_get_realtimeGet a realtime report for a Google Analytics 4 property. Shows currently active users and realtime metrics.
ga_get_metadataList all available dimensions and metrics for a Google Analytics 4 property. Useful for discovering what fields can be used in reports.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_analytics": {
      "url": "https://gateway.pipeworx.io/google_analytics/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_analytics

License

MIT

Reviews

No reviews yet

Sign in to write a review