mixpanel mcp for Cursor
io.github.mrfentmen/mixpanel-mcp
Query Mixpanel events, funnels, retention, cohorts, and user profiles.
client:Cursor
transport:stdio
runtime:npm
Install mixpanel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mixpanel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<MIXPANEL_API_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs