Loading MCP server directory, please wait...
Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools
npx @getmcp/cli add io.github.mindstone/mcp-server-google-analyticsRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_APPLICATION_CREDENTIALSAbsolute path to ADC or service-account JSON file
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-google-analytics": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-google-analytics"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GA4_PROPERTY_ID": ""
}
}
}
}