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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mendeel/mixpanel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server