Provides tools for querying Mixpanel analytics data, enabling AI agents to search event data through segmentation queries and retrieve detailed analytics JSON responses from Mixpanel projects.
Mixpanel → ChatGPT MCP Connector (Cloud Run)
This is a no-frills bridge that lets ChatGPT query your Mixpanel project live.
What it exposes
POST /tools/search
— summarize a segmentation queryPOST /tools/fetch
— return the full Mixpanel JSON for a prior searchGET /healthz
— health check
Environment variables
MIXPANEL_BASE
—https://mixpanel.com/api
orhttps://eu.mixpanel.com/api
orhttps://in.mixpanel.com/api
MIXPANEL_PROJECT_ID
— your Mixpanel project id (number)MIXPANEL_SA_USERNAME
— service account usernameMIXPANEL_SA_SECRET
— service account secretALLOWED_EVENTS
— optional CSV whitelist (recommended)
Local run (optional)
Cloud Run (one-time)
After deploy, note the service URL:
https://mixpanel-mcp-xxxxx-uc.a.run.app
Testing
- Health:
GET /healthz
- Search:
- Fetch the returned
id
:
Add to ChatGPT
Settings → Connectors → Add → Custom Connector (MCP) → paste your Cloud Run URL.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables ChatGPT to query and analyze Mixpanel analytics data in real-time. Provides live access to event segmentation and detailed analytics data from your Mixpanel project through natural language.
Related MCP Servers
- AsecurityAlicenseAqualityConnect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.Last updated -1916MIT License
- -securityFlicense-qualityMCP ChatGPT Responses connects Claude to ChatGPT through two essential tools: standard queries for AI-to-AI conversations and web-enabled requests for current information. It uses OpenAI's Responses API to maintain conversation state automatically.Last updated -13
- -securityFlicense-qualityA tool that makes memories stored in ChatGPT accessible across various language models without requiring logins or paywalls.Last updated -
- -securityAlicense-qualityA server that interfaces with the Mixpanel API, allowing users to query events data, retention, and funnels through natural language from any MCP client like Cursor or Claude Desktop.Last updated -3MIT License