MCP.so
Sign In

Mixpanel MCP

@dragonkhoi

About Mixpanel MCP

MCP Server for Mixpanel API (talk to your Mixpanel data)

Basic information

Category

Data & Analytics

License

MIT

Runtime

node

Transports

stdio

Publisher

dragonkhoi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@dragonkhoi/mixpanel-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mixpanel MCP?

Mixpanel MCP is a simple MCP server that interfaces with the Mixpanel API, allowing you to query events data, retention, and funnels from any MCP client like Cursor or Claude Desktop. It is designed for on-demand analytics lookups such as “What’s the weekly retention for users in the Feb 1 cohort?”

How to use Mixpanel MCP?

Install via Smithery or by cloning the repository. You need a Mixpanel Service Account username, password, and project ID. For Claude Desktop, run npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude. For Cursor, use the command npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config with a JSON object containing your credentials. Alternatively, clone the repo, run npm run build, then execute node /ABSOLUTE/PATH/TO/build/index.js USERNAME PASSWORD PROJECT_ID.

Key features of Mixpanel MCP

  • Query Mixpanel events, retention, and funnel data.
  • Works with any MCP client (Cursor, Claude Desktop).
  • On-demand natural language analytics lookups.
  • Easy installation via Smithery or local clone.
  • Authenticates using Mixpanel Service Accounts.

Use cases of Mixpanel MCP

  • Ask “What’s the weekly retention for users in the Feb 1 cohort?”
  • Request an overview of events in your Mixpanel project.
  • Quickly analyze user behavior trends without opening Mixpanel’s UI.

FAQ from Mixpanel MCP

What credentials are required?

You need a Mixpanel Service Account username and password (from Organization Settings) and your project ID (from Project Settings).

Which Mixpanel API features are currently supported?

Querying events data, retention, and funnels. More API coverage is planned over time.

How do I install Mixpanel MCP for Cursor?

Go to Cursor Settings → Features → MCP Servers → + Add. Select Type: command and paste the Smithery run command with your service account credentials and project ID as a JSON config.

Is Mixpanel MCP available on Smithery?

Yes, it has a Smithery badge and can be installed automatically via the Smithery CLI.

Comments

More Data & Analytics MCP servers