Plugin
OpenAIv2.0.1
Mixpanel
Query and analyze Mixpanel
About
Query and analyze your Mixpanel data directly in ChatGPT. Run segmentation, funnel, and retention analyses, explore your event taxonomy, manage Lexicon metadata, and resolve data quality issues - all without leaving your conversation. With the Mixpanel MCP server connected, ChatGPT can reason about your product analytics alongside your code, documents, and decisions. Ask questions in plain language, drill into user behavior, and get answers grounded in your actual data.
mixpanelanalyticssegmentationfunnelsretentioneventsinteractivereadwrite
plugin.json
{
"apps": "./.app.json",
"name": "mixpanel",
"author": {
"url": "https://mixpanel.com/home",
"name": "Mixpanel"
},
"license": "MIT",
"version": "2.0.1",
"homepage": "https://mixpanel.com/home",
"keywords": [
"mixpanel",
"analytics",
"segmentation",
"funnels",
"retention",
"events"
],
"interface": {
"logo": "./assets/logo.png",
"category": "Business",
"websiteURL": "https://mixpanel.com/home",
"displayName": "Mixpanel",
"screenshots": [
"./assets/screenshot-1.png",
"./assets/screenshot-2.png",
"./assets/screenshot-3.png"
],
"capabilities": [
"Interactive",
"Read",
"Write"
],
"composerIcon": "./assets/app-icon.png",
"defaultPrompt": [
"@Mixpanel how many sign ups did we have in Feb?",
"@Mixpanel add descriptions to any events that don't have one",
"@Mixpanel create a dashboard for purchase metrics"
],
"developerName": "Mixpanel",
"longDescription": "Query and analyze your Mixpanel data directly in ChatGPT. Run segmentation, funnel, and retention analyses, explore your event taxonomy, manage Lexicon metadata, and resolve data quality issues - all without leaving your conversation.\n\nWith the Mixpanel MCP server connected, ChatGPT can reason about your product analytics alongside your code, documents, and decisions. Ask questions in plain language, drill into user behavior, and get answers grounded in your actual data.",
"privacyPolicyURL": "https://mixpanel.com/legal/privacy-policy/",
"shortDescription": "Query and analyze Mixpanel",
"termsOfServiceURL": "https://mixpanel.com/legal/terms-of-use/"
},
"repository": "https://github.com/openai/plugins",
"description": "Query and analyze Mixpanel"
}