PluginBench
MCP Server
Active

io.github.mrfentmen/mixpanel-mcp MCP Server

io.github.mrfentmen/mixpanel-mcp

What is the io.github.mrfentmen/mixpanel-mcp MCP server?

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

How to install io.github.mrfentmen/mixpanel-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MIXPANEL_TOKEN
    required
    secret

    Your Mixpanel project token

  • MIXPANEL_API_SECRET
    required
    secret

    Your Mixpanel API secret

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "env": {
        "MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
        "MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "env": {
        "MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
        "MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "env": {
        "MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
        "MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mixpanel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "env": {
        "MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
        "MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add mixpanel-mcp --env MIXPANEL_TOKEN=<YOUR_MIXPANEL_TOKEN> --env MIXPANEL_API_SECRET=<YOUR_MIXPANEL_API_SECRET> -- npx -y mixpanel-mcp

Related MCP servers

Control Adobe Premiere Pro video editing via ExtendScript.

0
TypeScript
View repository →

Control GIMP image editing via Python-Fu scripting from AI agents.

0
TypeScript
View repository →

Search indexes, manage documents, check health and stats.

0
TypeScript
View repository →

Search OpenSearch indices, manage documents, check health and stats.

0
TypeScript
View repository →

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

0
TypeScript
View repository →

Read, write, and analyze screenplays in Fountain format.

0
TypeScript
View repository →