← All plugins
mixpanel
v2.0.3Query and analyze Mixpanel
Codex
by MixpanelMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mixpanel/ inside the repository.
Layout
plugins/mixpanel/
└── .codex-plugin/plugin.json
Manifests1
plugins/mixpanel/.codex-plugin/plugin.json
{
"name": "mixpanel",
"version": "2.0.3",
"description": "Query and analyze Mixpanel",
"author": {
"name": "Mixpanel",
"url": "https://mixpanel.com/home"
},
"homepage": "https://mixpanel.com/home",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"mixpanel",
"analytics",
"segmentation",
"funnels",
"retention",
"events"
],
"apps": "./.app.json",
"interface": {
"displayName": "Mixpanel",
"shortDescription": "Query and analyze 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.",
"developerName": "Mixpanel",
"category": "Data & Analytics",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://mixpanel.com/home",
"privacyPolicyURL": "https://mixpanel.com/legal/privacy-policy/",
"termsOfServiceURL": "https://mixpanel.com/legal/terms-of-use/",
"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"
],
"screenshots": [
"./assets/screenshot-1.png",
"./assets/screenshot-2.png",
"./assets/screenshot-3.png"
],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}