Skip to content
Cursor

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

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

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

mixpanel mcp in other clients