TC
ToolCompared
MCP Server

Google Analytics MCP MCP Server

by Google

Query GA4 metrics, dimensions, and reports.

CommunityPythonAnalytics & Monitoring

About Google Analytics MCP

Google Analytics MCP server. Pull GA4 reports for traffic, conversions, and user behavior — handy for marketing and product analytics agents.

Tags

GA4trafficreports

How to install Google Analytics MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "google-analytics": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-google-analytics"]
    }
  }
}

Example shape only — see the docs for the canonical install command.

Related MCP servers in Analytics & Monitoring