Google Analytics MCP Server
Google's experimental MCP server for querying Google Analytics accounts, reports and realtime data.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Asking questions of GA4 data from Gemini CLI, Claude Code or another MCP client.
You need a supported product; Google labels the server experimental.
About Google Analytics MCP Server
This experimental local MCP server from Google Analytics uses the Admin and Data APIs to give LLMs tools for account and property details, Google Ads links, core and funnel reports, custom dimensions and metrics, and realtime reports. It authenticates with Google Cloud application default credentials.
Google Analytics MCP Server is an open-source project written primarily in Python, with 3.3k stars on GitHub. It was last updated in August 2026.
Add Google Analytics MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <project-id> with your own value first.
Claude Code
claude mcp add google-analytics-mcp -e GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json -e 'GOOGLE_PROJECT_ID=<project-id>' -- pipx run analytics-mcpCursor
{
"mcpServers": {
"google-analytics-mcp": {
"command": "pipx",
"args": ["run", "analytics-mcp"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
"GOOGLE_PROJECT_ID": "<project-id>"
}
}
}
}VS Code
{
"servers": {
"google-analytics-mcp": {
"type": "stdio",
"command": "pipx",
"args": ["run", "analytics-mcp"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
"GOOGLE_PROJECT_ID": "<project-id>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"google-analytics-mcp": {
"command": "pipx",
"args": ["run", "analytics-mcp"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
"GOOGLE_PROJECT_ID": "<project-id>"
}
}
}
}Codex
[mcp_servers.google-analytics-mcp]
command = "pipx"
args = ["run", "analytics-mcp"]
env = { GOOGLE_APPLICATION_CREDENTIALS = "/path/to/credentials.json", GOOGLE_PROJECT_ID = "<project-id>" }Google Analytics MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Google Analytics MCP Serverthis listing | 3.3k | Python | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Google Analytics MCP Server alternatives, compared →
