Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mixpanel mcp in other clients