MCP Server
MCP
io.github.mharnett/ga4
Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-ga4",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GA4 property ID (numeric)",
"isRequired": true,
"name": "GA4_PROPERTY_ID"
},
{
"description": "Path to service account JSON credentials file",
"isRequired": true,
"name": "GOOGLE_APPLICATION_CREDENTIALS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment