mcpbeat Sign in

Mixpanel MCP Server

local only

Mixpanel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 8 Aug 2026.

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

Installs per day peak 360 · avg 13
a month agotoday
56
Installs / week
npm · mixpanel-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mixpanel MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mixpanel-mcp -- npx -y mixpanel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mixpanel-mcp]
command = "npx"
args = ["-y", "mixpanel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mixpanel-mcp": {
      "args": [
        "-y",
        "mixpanel-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mixpanel MCP

same job, measured the same way
Mixpanel
by usefulapi

Query Mixpanel events, funnels, retention, segmentation and insights (JQL).

7 tools answering
Mixpanel
by mcparmory

Analyze user behavior with funnels, retention, cohorts, and event segmentation

284 installs/wk local only
Dotplot MCP
by brownglasses

Product analytics for user flows: aha moments, retention, funnels, per-user dot plots. YC method.

203 installs/wk local only
Retain So
by retain-so

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

39 installs/wk local only
Pusher Channels
by crashbytes

Trigger events, query channels, and manage realtime messaging on Pusher Channels.

75 installs/wk local only
Clamp Analytics
by clamp

Clamp Analytics MCP server: traffic, revenue, funnels, cohorts, errors, and search, for AI agents.

answering
Flowsery
by flowsery

Privacy-first web analytics for AI agents: visitors, revenue, funnels, visitor profiles.

27 tools answering
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

607 installs/wk local only

Mixpanel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mixpanel MCP?
Mixpanel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mixpanel-mcp was installed 56 times last week.
How do I connect Mixpanel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mixpanel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mixpanel MCP?
The npm package mixpanel-mcp was installed 56 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mixpanel MCP open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.