Servers
Google Analytics MCP Server
@surendranb
Google Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ga4-analytics": {
"command": "npx",
"args": [
"-y",
"google-analytics-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GA4_PROPERTY_ID": ""
}
}
}
}