Track events, analyze user journeys, and export cohort data from Mixpanel — AI-driven product intelligence.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"mixpanel": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-mixpanel",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify mixpanel credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Track events, set user properties, and query insights reports and funnels from your AI agents.
Mixpanel is the product analytics platform built for understanding user behavior in depth. This MCP server lets your AI agents send events into Mixpanel, enrich user profiles with properties, and pull insights reports and funnel analysis on demand — turning your analytics data into live input for agent reasoning and reporting workflows.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-mixpanel
| Tool | Description |
|---|---|
track_event | Track a custom event for a user |
set_user_properties | Set user profile properties ($email, $name, custom fields) |
increment_property | Increment a numeric user property |
get_user_profile | Get a user's profile and all their stored properties |
get_insights_report | Get an insights analytics report for an event over a date range |
get_funnel | Get funnel conversion data by funnel ID |
export_events | Export raw events (up to first 100) |
| Variable | Required | Description | How to Get |
|---|---|---|---|
MIXPANEL_TOKEN | Yes | Project token for event ingestion | mixpanel.com → Your Project → Settings → Project Details → copy Project Token |
MIXPANEL_SERVICE_ACCOUNT_USERNAME | Yes | Service account username for query API | mixpanel.com → Organization Settings → Service Accounts → Create service account → copy username |
MIXPANEL_SERVICE_ACCOUNT_SECRET | Yes | Service account secret for query API | Same screen as above → copy secret (shown once) |
MIXPANEL_PROJECT_ID | Yes | Numeric project ID for query API | mixpanel.com → Your Project → Settings → Project Details → copy Project ID |
Once added, every AI agent in your workspace can call Mixpanel tools automatically — no per-user setup needed.
"How many users triggered the 'checkout_completed' event in the last 30 days?"
"Set the plan property to enterprise for user u_12345 in Mixpanel"
"Get the funnel report for funnel ID 98765 for this month"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-mixpanel \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-MIXPANEL-TOKEN: your-project-token' \
-H 'X-Mcp-Secret-MIXPANEL-SERVICE-ACCOUNT-USERNAME: your-sa-username' \
-H 'X-Mcp-Secret-MIXPANEL-SERVICE-ACCOUNT-SECRET: your-sa-secret' \
-H 'X-Mcp-Secret-MIXPANEL-PROJECT-ID: your-project-id' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_insights_report","arguments":{"event":"page_view","from_date":"2024-01-01","to_date":"2024-01-31"}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-mixpanel
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Mixpanel MCP gives Claude 7 tools covering events, user properties, properties. Claude can read, create, update, and manage Mixpanel data directly from a conversation.
Claude can read events, user properties, properties from your Mixpanel account through the MCP. All 7 tools respect your Mixpanel account permissions — Claude only accesses data you're authorized to see.
Yes. The Mixpanel MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 7 Mixpanel tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Mixpanel MCP with encrypted credential storage and per-account authentication. Your Mixpanel credentials are never shared with Claude's conversation — they're used server-side only.