mixpanel mcp for Windsurf
io.github.mrfentmen/mixpanel-mcp
Query Mixpanel events, funnels, retention, cohorts, and user profiles.
client:Windsurf
transport:stdio
runtime:npm
Install mixpanel mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<MIXPANEL_API_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs