The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Mixpanel MCP listing page.
An MCP server for Mixpanel product analytics. Query events, funnels, retention, cohorts, and user profiles through natural language.
Connect your Mixpanel analytics to any MCP client. Ask questions like "What are our top events this week?" or "Show me retention for users who signed up last month" and get structured answers.
Set these environment variables:
Service accounts are created in Mixpanel under Project Settings > Service Accounts.
Ask Claude:
"What are our top 10 events this week?"
"Show me the conversion funnel for funnel ID 12345"
"Get retention for users who signed Up in the last 30 days"
"Run a JQL query to find users who purchased more than 3 times"
"List all events we are tracking"
"Search for user profiles with email containing @gmail.com"
JQL (JavaScript Query Language) lets you write custom analysis scripts. Example:
MIT