@pipeworx/mixpanel

Connect: https://gateway.pipeworx.io/mixpanel/mcp · Install: one-click buttons

Tools: 3

Tools

  • get_events — Query event data from Mixpanel for a date range. Returns event counts and properties. Example: get_events({ from_date: “2024-01-01”, to_date: “2024-01-31”, event: “Sign Up”, _apiKey: “your_api_secret”
  • get_funnels — Get funnel conversion data from Mixpanel. Shows step-by-step conversion rates. Example: get_funnels({ funnel_id: “12345”, from_date: “2024-01-01”, to_date: “2024-01-31”, _apiKey: “your_api_secret” })
  • get_retention — Get user retention cohort data from Mixpanel. Shows how many users return over time. Example: get_retention({ from_date: “2024-01-01”, to_date: “2024-01-31”, _apiKey: “your_api_secret” })

Tools

  • get_events — Query event data from Mixpanel for a date range. Returns event counts and properties. Example: get_events({ from_date: 2024-01-01 , to_date: 2024-01-31 , event: Sign Up , _apiKey: your_api_secret })
  • get_funnels — Get funnel conversion data from Mixpanel. Shows step-by-step conversion rates. Example: get_funnels({ funnel_id: 12345 , from_date: 2024-01-01 , to_date: 2024-01-31 , _apiKey: your_api_secret })
  • get_retention — Get user retention cohort data from Mixpanel. Shows how many users return over time. Example: get_retention({ from_date: 2024-01-01 , to_date: 2024-01-31 , _apiKey: your_api_secret })

Regenerated from source · build May 9, 2026