Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.
Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.
Is it safe?
No known CVEs for google-analytics-4-mcp.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
23 tools. Estimated ~1,800 tokens of your context window (0.9% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"google-analytics": {
"env": {
"GA_CREDENTIALS": "{\"type\":\"service_account\",\"project_id\":\"...\", ...}"
},
"args": [
"google-analytics-4-mcp"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx google-analytics-4-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
check_auth_statusVerify service account is configured and valid
list_accountsList accessible GA4 accounts
list_propertiesList properties for an account
create_propertyCreate a GA4 property
get_propertyGet property details
delete_propertySoft-delete a property
list_data_streamsList data streams
create_web_data_streamCreate web stream → get Measurement ID
delete_data_streamDelete a data stream
get_tracking_snippetGenerate gtag.js HTML snippet
Last scanned 4h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.