About
Overview
The Mixpanel MCP Server enables AI agents to interact with Mixpanel's product analytics platform. It provides tools for querying events, analyzing funnels, segmenting users into cohorts, and accessing retention reports.
Capabilities
Tools & Capabilities
⚡query_events
Query event data with filters
⚡get_funnel
Get funnel conversion data
⚡get_retention
Get user retention data
⚡list_cohorts
List user cohorts
Setup
Installation
bash
Install
npx -y mcp-server-mixpanelExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"mixpanel": {
"command": "npx",
"args": ["-y", "mcp-server-mixpanel"],
"env": { "MIXPANEL_TOKEN": "your-token" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 65
Last UpdatedFeb 12, 2026