mixpanel for Cursor
com.mcparmory/mixpanel
Analyze user behavior with funnels, retention, cohorts, and event segmentation
client:Cursor
transport:stdio
runtime:pypi
Install mixpanel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mixpanel": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-mixpanel"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs