Google Analytics
Freeby MCP Community
A MCP Server for Google Analytics Data API
v0.1.0Added Apr 12, 2026
Google Analytics MCP Server
A MCP Server for Google Analytics Data API
Installation
Reviews
Installation
Quick install
npx -y @toolsdk.ai/mcp-server-google-analytics
Add to claude_desktop_config.json
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": ["-y", "@toolsdk.ai/mcp-server-google-analytics"]
}
}
}