MCP ExplorerExplorer

Mixpanel Mcp

@dragonkhoion a year ago
12 MIT
FreeCommunity
AI Systems
MCP Server for Mixpanel API (talk to your Mixpanel data)

Overview

What is Mixpanel Mcp

mixpanel-mcp is a simple MCP server that interfaces with the Mixpanel API, enabling users to query their Mixpanel events data through any MCP client like Cursor or Claude Desktop.

Use cases

Use cases for mixpanel-mcp include asking about user retention for specific cohorts, retrieving event overviews, and performing data analysis to improve user engagement and retention strategies.

How to use

To use mixpanel-mcp, set up a Mixpanel Service Account to obtain your username, password, and project ID. You can install it via Smithery or clone the repository to run it locally. Use the provided commands to configure and query your Mixpanel data.

Key features

Key features of mixpanel-mcp include querying event data, analyzing retention, and visualizing funnels. It supports on-demand lookups for specific queries related to user retention and event overviews.

Where to use

mixpanel-mcp can be used in various fields such as product analytics, user engagement tracking, and marketing performance analysis, particularly for businesses leveraging Mixpanel for data-driven decision-making.

Content

Mixpanel MCP

smithery badge

Simple MCP server that interfaces with the Mixpanel API, allowing you to talk to your Mixpanel events data from any MCP client like Cursor or Claude Desktop. Query events data, retention, and funnels. Great for on-demand look ups like: “What’s the weekly retention for users in the Feb 1 cohort?”

mixpanel MCP server

I am adding more coverage of the Mixpanel API over time, let me know which tools you need or just open a PR.

Installation

Make sure to go to your Mixpanel Organization Settings to set up a Mixpanel Service Account, get the username, password, and your project ID (in Mixpanel Project Settings).

Installing via Smithery

To install mixpanel-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude

To install mixpanel-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add

Select Type: command and paste the below, using the arguments <USERNAME> <PW> <PROJECT_ID> from Mixpanel

npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config "{\"username\":\"YOUR_SERVICE_ACCT_USERNAME\",\"password\":\"YOUR_SERVICE_ACCT_PASSWORD\",\"projectId\":\"YOUR_MIXPANEL_PROJECT_ID\"}"

Clone and run locally

Clone this repo
Run npm run build
Paste this command into Cursor (or whatever MCP Client)
node /ABSOLUTE/PATH/TO/mixpanel-mcp/build/index.js YOUR_SERVICE_ACCOUNT_USERNAME YOUR_SERVICE_ACCOUNT_PASSWORD YOUR_PROJECT_ID

Examples

  • Ask about retention numbers
IMG_3675
  • Ask for an overview of events
IMG_9968

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers