G
Google Analytics
OfficialFeatured
🗄️ Data & Files
Google's official Analytics MCP — query your GA4 data: run reports, explore dimensions and metrics, and get realtime and historical traffic insights.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here",
"GA_PROPERTY_ID": "your-ga-property-id-here"
}
}
}
}