claudekit / tools / mixpanel
[ MCP · Data Engineering ]

Mixpanel MCP

Mixpanel's hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.

updated
$ claude mcp add --transport http mixpanel https://mcp.mixpanel.com/mcp copy

Official remote MCP server hosted by Mixpanel

What it does

Mixpanel hosts a Model Context Protocol server that gives AI assistants direct access to your Mixpanel data. Users can query analytics using natural language without dashboard navigation — insights, funnels, flows, and retention, plus dashboard management, data discovery, and session replay analysis.

How to connect

Choose the endpoint for your deployment region:

RegionEndpoint
US (default)https://mcp.mixpanel.com/mcp
EUhttps://mcp-eu.mixpanel.com/mcp
INhttps://mcp-in.mixpanel.com/mcp
claude mcp add --transport http mixpanel https://mcp.mixpanel.com/mcp

After adding, run /mcp to get the OAuth link and sign in with Mixpanel. Auth uses the Authorization Code + PKCE flow — users authenticate with their own Mixpanel credentials, so existing project permissions and roles apply.

Prerequisite

An organization admin must enable MCP in Settings → Org → Overview before anyone can connect.

Capabilities

  • Analytics — run insights, funnels, flows, and retention queries; retrieve saved reports; access query schemas
  • Dashboards — create, list, retrieve, update, duplicate, and delete dashboards
  • Data Discovery — browse projects, events, properties, property values, event metadata, and data quality issues
  • Data Management — edit event/property metadata, create/rename/delete tags, dismiss data quality issues
  • Session Replays — analyze user replay data alongside event history

Use cases

  • “Compare the signup funnel conversion week-over-week for the last 30 days” — runs a funnel query and summarizes the insight
  • “Did any activation events drop after this release?” — combines insights with event metadata to flag anomalies
  • Create or update a Mixpanel dashboard as part of merging a PR

Notes

  • Rate limit: 600 MCP requests/hour per user
  • HIPAA is not currently supported — do not use for sensitive data in regulated environments
  • Query results are sent to the AI provider you’re using — review against your data governance policies
  • OAuth is required, so fully headless / automated environments aren’t supported
  • Pick the endpoint that matches your organization’s deployment region — using the wrong one will look like empty data
§ 6

See also

same category · curated
[01]
[MCP] Hugging Face · Hugging Face's official remote MCP server, hosted by Hugging Face. Search models, datasets, Spaces, papers, and docs in natural language and call Gradio Space tools from Claude Code.
tool · claudekit.io / tools / huggingface
[02]
[Skill] Last30Days · An AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web — then synthesizes a grounded summary. The engine scores results by actual engagement metrics (upvotes, likes, view counts, prediction market odds) rather than editorial authority, resolves entities first (handles, subreddits, GitHub repos, hashtags), runs parallel multi-source queries, merges duplicate stories across platforms, and produces cited briefs. Reddit, HN, Polymarket, and GitHub work immediately with zero configuration.
tool · claudekit.io / tools / last30days
[03]
[Tool] Firecrawl · 🔥 The API to search, scrape, and interact with the web for AI. Three integrated capabilities — Search, Scrape, Interact — exposed through one API. Open source under AGPL-3.0 and self-hostable via docker-compose, the engine also powers the firecrawl.dev cloud SaaS run by the same team.
tool · claudekit.io / tools / firecrawl
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is Mixpanel MCP?
Mixpanel's official hosted MCP server. It turns natural-language questions into insights, funnels, flows, and retention queries, runs them, and returns summarized results in your editor flow.
§ 7.2
Where does it run?
Claude Code, Claude Desktop, ChatGPT, Cursor, Codex, Gemini CLI, and Notion.
§ 7.3
How do I connect it?
Add the endpoint for your region. US: `claude mcp add --transport http mixpanel https://mcp.mixpanel.com/mcp`. EU and IN use the `mcp-eu.` and `mcp-in.` hostnames. Then run `/mcp` to authenticate via OAuth (Authorization Code + PKCE).
§ 7.4
What are the prerequisites?
An organization admin must enable MCP in Mixpanel under Settings → Org → Overview before teammates can connect.
§ 7.5
What can it do?
Analytics (insights, funnels, flows, retention; saved reports), dashboards (create, view, edit, duplicate, delete), data discovery (events, properties, metadata), data management (tags and metadata edits), and session replays.
§ 7.6
Are there limits?
600 MCP requests per user per hour, and it is not HIPAA-compliant — avoid regulated, sensitive data. Because it's OAuth-based, fully headless/automated environments aren't supported.