Server data from the Official MCP Registry
Unified analytics MCP server for GA4, Mixpanel, and PostHog.
Unified analytics MCP server for GA4, Mixpanel, and PostHog.
Set these up before or after installing:
Environment variable: ANTHROPIC_API_KEY
Environment variable: POSTHOG_API_KEY
Environment variable: POSTHOG_PROJECT_ID
Environment variable: GA4_CREDENTIALS_JSON
Environment variable: GA4_PROPERTY_ID
Environment variable: MIXPANEL_SERVICE_ACCOUNT_USERNAME
Environment variable: MIXPANEL_SERVICE_ACCOUNT_SECRET
Environment variable: MIXPANEL_PROJECT_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"tech-engageable-analytics": {
"env": {
"GA4_PROPERTY_ID": "your-ga4-property-id-here",
"POSTHOG_API_KEY": "your-posthog-api-key-here",
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"POSTHOG_PROJECT_ID": "your-posthog-project-id-here",
"MIXPANEL_PROJECT_ID": "your-mixpanel-project-id-here",
"GA4_CREDENTIALS_JSON": "your-ga4-credentials-json-here",
"MIXPANEL_SERVICE_ACCOUNT_SECRET": "your-mixpanel-service-account-secret-here",
"MIXPANEL_SERVICE_ACCOUNT_USERNAME": "your-mixpanel-service-account-username-here"
},
"args": [
"engageable"
],
"command": "uvx"
}
}
}This MCP server has appropriate permissions for an analytics engine that connects to GA4, Mixpanel, and PostHog. However, there are notable security concerns including hardcoded fallback credentials in GA4 OAuth flow, potential command injection in shell execution paths, and sensitive credential data logging that bring the score down from what would otherwise be excellent code. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!