Loading MCP server directory, please wait...
Google Analytics 4 MCP: reports, realtime, funnels, pivots, metadata, admin lists. 17 tools.
npx @getmcp/cli add io.scalably/ga4-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GOOGLE_APPLICATION_CREDENTIALSPath to a Google service-account JSON file with the analytics.readonly scope; add the service account as a Viewer on each GA4 property
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.scalably/ga4-mcp": {
"command": "uvx",
"args": [
"scalably-ga4-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GA4_LOG_LEVEL": ""
}
}
}
}