# Mixpanel Integration

Talk to your Mixpanel analytics events data seamlessly! Query retention number, event data, funnels and more from any MCP client. Great for on-demand look ups like: "What's the weekly retention for u…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dragonkhoi/mixpanel-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list dragonkhoi/mixpanel-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dragonkhoi/mixpanel-mcp get_today_top_events

# Call a tool
npx -y @smithery/cli@latest tool call dragonkhoi/mixpanel-mcp get_today_top_events '{}'
```

## Tools (19)

- `get_today_top_events` — Get today's top events from Mixpanel. Useful for quickly identifying the most active events happening today, spotting t…
- `profile_event_activity` — Get data for a profile's event activity. Useful for understanding individual user journeys, troubleshooting user-specif…
- `get_top_events` — Get a list of the most common events over the last 31 days. Useful for identifying key user actions, prioritizing featu…
- `aggregate_event_counts` — Get unique, general, or average data for a set of events over N days, weeks, or months. Useful for trend analysis, comp…
- `aggregated_event_property_values` — Get unique, general, or average data for a single event and property over days, weeks, or months. Useful for analyzing …
- `query_insights_report` — Get data from your Insights reports. Useful for accessing saved analyses, sharing standardized metrics across teams, an…
- `query_funnel_report` — Get data for a funnel based on a funnel_id. Useful for analyzing user conversion paths, identifying drop-off points in …
- `list_saved_funnels` — Get the names and IDs of your saved funnels. Useful for discovering available funnels for analysis and retrieving funne…
- `list_saved_cohorts` — Get all cohorts in a given project. Useful for discovering user segments, planning targeted analyses, and retrieving co…
- `query_retention_report` — Get data from your Retention reports. Useful for analyzing user engagement over time, measuring product stickiness, and…
- `custom_jql` — Run a custom JQL (JSON Query Language) script against your Mixpanel data. Useful for complex custom analyses, advanced …
- `query_segmentation_sum` — Sum a numeric expression for events over time. Useful for calculating revenue metrics, aggregating quantitative values,…
- `query_profiles` — Query Mixpanel user profiles with filtering options. Useful for retrieving detailed user profiles, filtering by specifi…
- `query_frequency_report` — Get data for frequency of actions over time. Useful for analyzing how often users perform specific actions, identifying…
- `query_segmentation_report` — Get data for an event, segmented and filtered by properties. Useful for breaking down event data by user attributes, co…
- `query_segmentation_bucket` — Get data for an event, segmented and filtered by properties, with values placed into numeric buckets. Useful for analyz…
- `query_segmentation_average` — Averages an expression for events per unit time. Useful for calculating average values like purchase amounts, session d…
- `top_event_properties` — Get the top property names for an event. Useful for discovering which properties are most commonly associated with an e…
- `top_event_property_values` — Get the top values for a property. Useful for understanding the distribution of values for a specific property, identif…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dragonkhoi/mixpanel-mcp <tool-name>
```

---

Source: https://github.com/dragonkhoi/mixpanel-mcp | License: MIT
