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]
[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
[02]
[MCP] Firecrawl MCP · 🔥 Official Firecrawl MCP Server — Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. Exposes 12+ tools spanning single-page scrape, batch processing, site crawl, search, structured extraction, autonomous research agent, and interactive page automation, returning clean LLM-ready markdown.
tool · claudekit.io / tools / firecrawl-mcp
[03]
[MCP] Perplexity MCP · The official MCP server implementation for the Perplexity API Platform. Provides AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API.
tool · claudekit.io / tools / perplexity-mcp
§ 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.