mixpanel mcp for Claude Desktop
io.github.mrfentmen/mixpanel-mcp
Query Mixpanel events, funnels, retention, cohorts, and user profiles.
client:Claude Desktop
transport:stdio
runtime:npm
Install mixpanel mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<MIXPANEL_API_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs