M
Mixpanel
🗄️ Data & Files
Query your Mixpanel product analytics — funnels, retention, segmentation and event data, surfaced to your AI for product insights.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"mixpanel": {
"command": "npx",
"args": [
"-y",
"mixpanel-mcp-server"
],
"env": {
"MIXPANEL_PROJECT_ID": "your-mixpanel-project-id-here",
"MIXPANEL_SERVICE_ACCOUNT_USERNAME": "your-mixpanel-service-account-username-here",
"MIXPANEL_SERVICE_ACCOUNT_SECRET": "your-mixpanel-service-account-secret-here"
}
}
}
}