Skip to content
Claude Desktop

mixpanel mcp for Claude Desktop

io.github.mrfentmen/mixpanel-mcp

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

client:Claude Desktop transport:stdio runtime:npm

Install mixpanel mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mixpanel mcp in other clients