Skip to content
Mixpanel MCP Server

Mixpanel MCP Server

Released

Summary

Mixpanel's official hosted MCP server — 80+ tools for querying product analytics, building boards, managing cohorts and metrics, and reading session replays.

Features

  • 80+ tools for analytics queries, boards, cohorts, metrics and lookup tables
  • Hosted streamable-HTTP endpoint with US, EU and India regions
  • OAuth for interactive clients, Service Accounts for headless agents
  • Session replay access, plus experiments and feature flags in beta
  • 600 requests per hour per user; no separate MCP charge

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Mixpanel MCP Server" tools will be available.
{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "claude",
      "args": [
        "mcp",
        "add",
        "mixpanel",
        "--transport",
        "http",
        "https://mcp.mixpanel.com/mcp"
      ]
    }
  }
}

Description

Mixpanel's own remote MCP server, letting an assistant work inside a Mixpanel project directly instead of you exporting a CSV and pasting it into a chat.

It is a hosted, streamable-HTTP endpoint — nothing to install locally — with regional deployments so data stays in the right jurisdiction: https://mcp.mixpanel.com/mcp (US), https://mcp-eu.mixpanel.com/mcp (EU) and https://mcp-in.mixpanel.com/mcp (India).

What it exposes

More than 80 tools across analytics queries, reports and visualisations; boards and dashboards (create, modify, browse); data discovery over events, properties and data-quality issues; data management including entity editing, tags and duplicate handling; custom properties, cohorts, lookup tables and metrics; session replays; and — in beta — experiments and feature flags.

That last group is what makes it more than a read-only reporting bridge: an assistant can go from "which step of onboarding leaks the most users?" to building the funnel board that tracks it.

Auth and access

Two modes. OAuth signs in through the browser with your Mixpanel credentials and suits interactive use in Claude, ChatGPT or Cursor. Service Accounts (beta) pass static credentials in a header with no browser step, which is the right choice for CI/CD and headless agents. Rate limit is 600 requests per hour per user.

MCP must be enabled by an organisation admin under Settings → Org → Overview. Free and Growth accounts created after 1 August 2026 have it on by default; admins can still turn it off. There is no separate charge for MCP access.

Related MCP Servers

MCP: Tableau MCP

by Tableau

New

Tableau's own MCP server — query published data sources, explore workbooks and views, and render live vizzes inside an AI client.

Browse all MCP servers →