mcpbeat Sign in

Mixpanel MCP Server

answering

Mixpanel is answering right now. Last checked 15 min ago. It exposes 7 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 13%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
177 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Mixpanel 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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mixpanel --transport http https://mixpanel.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mixpanel": {
      "url": "https://mixpanel.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mixpanel]
url = "https://mixpanel.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mixpanel": {
      "url": "https://mixpanel.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mixpanel": {
      "url": "https://mixpanel.usefulapi.io/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mixpanel
mixpanel_jql
Run a custom JQL (JavaScript Query Language) script for arbitrary analysis. Power-user escape hatch. Script must define main(). Query API: POST /jql. (Upstream maintenance mode; 2-min timeout, 5GB/query limit.)
mixpanel_list_funnels
Get the funnel_id and name of every saved funnel in the project. Query API: GET /funnels/list.
mixpanel_query_funnel
Get conversion data for a saved funnel (use mixpanel_list_funnels to find funnel_id). Query API: GET /funnels.
mixpanel_query_insights
Fetch the computed data behind a saved Insights report by bookmark_id (the report id in the board URL). Mixpanel's recommended, non-deprecated path for programmatic reporting. Query API: GET /insights.
mixpanel_retention
Cohort retention: of users who did `born_event`, how many came back and did `event` over subsequent intervals. Query API: GET /retention.
mixpanel_segmentation
Count/segment/filter a single event over a date range. e.g. 'Signed up' by country last week. Params `on`/`where` use Mixpanel segmentation expressions like properties["$country_code"]. Query API: GET /segmentation. (Upstream maintenance mode — for saved reports prefer mixpanel_query_insights.)
mixpanel_top_events
List today's top events with counts and % change vs yesterday. Good first call to discover what events a project tracks. Query API: GET /events/top.

Endpoints

URLTransportStateLatencyChecked
https://mixpanel.usefulapi.io/mcp streamable-http answering 420 ms 15 min ago

Alternatives to Mixpanel

same job, measured the same way
Mixpanel MCP
by mrfentmen

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

42 installs/wk local only
Mixpanel
by mcparmory

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

238 installs/wk local only
Umami MCP
by asif2bd

Query Umami Analytics v3 — stats, funnels, retention, attribution, UTM. Read-only by default.

97 installs/wk local only
MCP Rd Station
by codespar

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

23 installs/wk local only
Measure.events Analytics
by meetclawdius

Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.

6 tools answering
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
Pusher Channels
by crashbytes

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

48 installs/wk local only
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering

Mixpanel — questions

Answers built from our own checks of this server.

What can Mixpanel do?
It exposes 7 tools, read directly from the server on our last check. Among them: mixpanel_jql, mixpanel_list_funnels, mixpanel_query_funnel, mixpanel_query_insights, mixpanel_retention, mixpanel_segmentation and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Mixpanel working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 177 ms. The bar chart above shows every period we have measured.
How do I connect Mixpanel?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Mixpanel need an API key?
No. Mixpanel completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Mixpanel?
It answers our handshake in 177 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Mixpanel open source?
Yes — it is published under the MIT licence, written in JavaScript 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.