Open-source MCP server for Google Analytics 4. 27 read-only tools across the Data and Admin APIs, identifiers redacted by default. Self-hosted. Apache-2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-analytics-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-analytics-mcp npx -y getmcpads-com/google-analytics-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-analytics-mcp-server"
]
}
}
}
📋 Copy