Mixpanel MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIXPANEL_REGION | No | Mixpanel region (us or eu) | us |
| MIXPANEL_PROJECT_ID | Yes | Default Mixpanel project ID | |
| MIXPANEL_SERVICE_ACCOUNT_PASSWORD | Yes | Mixpanel service account password | |
| MIXPANEL_SERVICE_ACCOUNT_USERNAME | Yes | Mixpanel service account username |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_today_top_eventsB | Get today's top events from Mixpanel. Useful for quickly identifying the most active events happening today, spotting trends, and monitoring real-time user activity. |
| get_top_eventsB | Get a list of the most common events over the last 31 days. Useful for identifying key user actions, prioritizing feature development, and understanding overall platform usage patterns. |
| aggregate_event_countsB | Get event counts over time periods. Useful for analyzing event volume trends and identifying patterns in user activity over time. |
| aggregated_event_property_valuesB | Analyze specific event properties and their values. Useful for understanding property distributions and identifying common values. |
| profile_event_activityB | Get data for a profile's event activity. Useful for understanding individual user journeys, troubleshooting user-specific issues, and analyzing behavior patterns of specific users. |
| query_profilesB | Query user profiles with filtering. Useful for finding users based on profile properties and analyzing user segments. |
| query_retention_reportC | Analyze user retention patterns. Useful for understanding how well you retain users over time and identifying cohort behavior. |
| query_funnel_reportC | Get funnel conversion data. Useful for analyzing conversion rates through multi-step user flows and identifying drop-off points. |
| list_saved_funnelsB | List available saved funnels in the project. Useful for discovering existing funnel analyses and getting funnel IDs for further analysis. |
| list_saved_cohortsB | List user cohorts in the project. Useful for discovering existing user segments and getting cohort IDs for analysis. |
| custom_jqlB | Run custom JQL (JSON Query Language) queries. Useful for advanced analytics and custom data analysis beyond standard reports. |
| query_segmentation_reportC | Segment events by properties. Useful for analyzing how different user segments behave and comparing event patterns across groups. |
| query_insights_reportC | Get saved insights reports. Useful for accessing pre-configured analytics reports and dashboards. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes targeting specific Mixpanel features like events, cohorts, funnels, profiles, and reports, with clear boundaries. However, some overlap exists between 'get_today_top_events' and 'get_top_events' (both focus on top events but differ in timeframes), which could cause minor confusion without careful reading of descriptions.
The naming follows a consistent pattern with descriptive verb_noun combinations like 'list_saved_cohorts', 'query_funnel_report', and 'aggregate_event_counts', making them readable and predictable. There are minor deviations such as 'get_today_top_events' and 'get_top_events' using 'get' instead of 'query' or 'list', but overall the conventions are well-maintained.
With 13 tools, this server is well-scoped for Mixpanel analytics, covering key areas like event analysis, user profiling, funnel tracking, and report queries. Each tool serves a specific function in the domain, and the count is neither too sparse nor overwhelming, fitting typical MCP server ranges.
The tool set provides comprehensive coverage of Mixpanel's core analytics capabilities, including event aggregation, user segmentation, funnel analysis, retention tracking, and custom queries. It supports full lifecycle workflows from data retrieval to advanced analysis, with no obvious gaps for typical agent tasks in this domain.