Analytics
Trust: 41/100 (Fair)Mixpanel MCP Guide
Query Mixpanel analytics events, funnels, and retention data for product analytics.
134 stars 3,200 downloadsby Mixpanel
Quick Start
Install
npx @mcp/mixpanelClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"@mcp/mixpanel"
]
}
}
}What Mixpanel MCP Can Do
query_events
Query event data
view_funnels
View conversion funnels
Permissions Required
Mixpanel MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
mixpanel.read | Read Mixpanel data | low |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |