MCP Server
MCP
io.github.surendranb/google-analytics-mcp
GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.
Install
uvx google-analytics-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "google-analytics-mcp",
"version": "2.8.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to your Google Cloud service account JSON key with GA4 property access.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_APPLICATION_CREDENTIALS"
},
{
"description": "Numeric GA4 Property ID to query, for example 123456789.",
"isRequired": true,
"format": "string",
"name": "GA4_PROPERTY_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment