MCP Server
MCP
Google Analytics 4
Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-google-analytics",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to ADC or service-account JSON file",
"isRequired": true,
"format": "filepath",
"name": "GOOGLE_APPLICATION_CREDENTIALS"
},
{
"description": "Default GA4 property ID (e.g. 123456789)",
"format": "string",
"name": "GA4_PROPERTY_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment