Loading...
Loading...
Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas.
npx skill4agent add composiohq/awesome-claude-skills mixpanel-automationRUBE_MANAGE_CONNECTIONSmixpanelRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSmixpanelMIXPANEL_GET_ALL_PROJECTSMIXPANEL_AGGREGATE_EVENT_COUNTSeventfrom_dateto_dateunittypewherewhereproperties["country"] == "US"MIXPANEL_QUERY_SEGMENTATIONeventfrom_dateto_dateonproperties["country"]unittypewherelimitonproperties["prop_name"]limitMIXPANEL_LIST_FUNNELSMIXPANEL_QUERY_FUNNELfunnel_idfrom_dateto_dateunitwhereonlengthfunnel_idlengthMIXPANEL_QUERY_PROFILESMIXPANEL_PROFILE_BATCH_UPDATEwhereproperties["plan"] == "premium"output_propertiespagesession_id$distinct_idsession_idwhere$set$unset$add$appendMIXPANEL_COHORTS_LISTidnamedescriptioncountwhereMIXPANEL_JQL_QUERYMIXPANEL_QUERY_INSIGHTscriptbookmark_idproject_idbookmark_id1. Call MIXPANEL_GET_ALL_PROJECTS
2. Find project by name in results
3. Extract project id1. Call MIXPANEL_LIST_FUNNELS
2. Find funnel by name
3. Extract funnel_idwhereonproperties["property_name"]properties["country"] == "US"properties["age"] > 25properties["is_premium"] == true"search_term" in properties["name"]properties["country"] == "US" and properties["plan"] == "pro"pagesession_idproperties["name"]properties["status"] == "active"properties["count"] > 10truefalsedata| Task | Tool Slug | Key Params |
|---|---|---|
| List projects | MIXPANEL_GET_ALL_PROJECTS | (none) |
| Aggregate events | MIXPANEL_AGGREGATE_EVENT_COUNTS | event, from_date, to_date, unit |
| Segmentation | MIXPANEL_QUERY_SEGMENTATION | event, on, from_date, to_date |
| List funnels | MIXPANEL_LIST_FUNNELS | (none) |
| Query funnel | MIXPANEL_QUERY_FUNNEL | funnel_id, from_date, to_date |
| Query profiles | MIXPANEL_QUERY_PROFILES | where, output_properties, page |
| Batch update profiles | MIXPANEL_PROFILE_BATCH_UPDATE | (profile update objects) |
| List cohorts | MIXPANEL_COHORTS_LIST | (none) |
| JQL query | MIXPANEL_JQL_QUERY | script |
| Query insight | MIXPANEL_QUERY_INSIGHT | bookmark_id |