Google Analytics
Freeby MCP Community
MCP server for Google Analytics Data API and Measurement Protocol - Read reports and send events
v1.0.1Added Apr 12, 2026
mcpmodel-context-protocolgoogle-analyticsga4analytics
Google Analytics MCP Server
MCP server for Google Analytics Data API and Measurement Protocol - Read reports and send events
Installation
Reviews
Installation
Quick install
npx -y mcp-google-analytics
Add to claude_desktop_config.json
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": ["-y", "mcp-google-analytics"]
}
}
}