GuidesPlatform Guide
Platform GuideBeginner 3 min
Connect Google Analytics 4 to MCP360
Connect GA4 to MCP360 to let AI agents answer "why did signups drop?" and analyze user behavior.
Prerequisites
Step 1: Connect GA4 via OAuth
Step 2: Configure Your AI Client
Your Analytics MCP endpoint: https://analytics.mcp.mcp360.net/
Add to Claude Desktop:
json
{
"mcpServers": {
"mcp360-analytics": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://analytics.mcp.mcp360.net/"],
"env": { "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE" }
}
}
}Step 3: Test Your Connection
> What were my top 10 pages by sessions last week?
> Why did my bounce rate increase this month?
> Show me my conversion funnel from landing page to signup