mixpanel-mcp

by mrfentmen

Not rated
GitHub

About

Query Mixpanel events, funnels, retention, cohorts, and user profiles

Details

Author
mrfentmen
Categories
Database

Setup

Install mixpanel-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/mrfentmen/mixpanel-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

An MCP server for Mixpanel product analytics. Query events, funnels, retention, cohorts, and user profiles through natural language.

Connect your Mixpanel analytics to any MCP client. Ask questions like "What are our top events this week?" or "Show me retention for users who signed up last month" and get structured answers.

- query_events. Raw event data with time ranges and filters.
- get_top_events. Most frequently tracked events.
- get_funnel. Multi-step funnel conversion rates.
- get_retention. Cohort retention over days, weeks, or months.
- query_profiles. Search and filter user profiles.
- run_jql. Execute raw JavaScript Query Language for custom analysis.
- list_events. All tracked event names in your project.

export MIXPANEL_SERVICE_ACCOUNT="your-service-account" export MIXPANEL_SERVICE_SECRET="your-service-secret" export MIXPANEL_PROJECT_ID="your-project-id"

Service accounts are created in Mixpanel under Project Settings > Service Accounts.

{ "mcpServers": { "mixpanel": { "command": "npx", "args": ["-y", "mixpanel-mcp"], "env": { "MIXPANEL_SERVICE_ACCOUNT": "your-account", "MIXPANEL_SERVICE_SECRET": "your-secret", "MIXPANEL_PROJECT_ID": "your-project-id" } } } }

"What are our top 10 events this week?"

"Show me the conversion funnel for funnel ID 12345"

"Get retention for users who signed Up in the last 30 days"

"Run a JQL query to find users who purchased more than 3 times"

"List all events we are tracking"

"Search for user profiles with email containing @gmail.com"

JQL (JavaScript Query Language) lets you write custom analysis scripts. Example:

function main() { return People().filter(function (user) { return user.properties.plan === "premium" }) }

Official Airtable MCP server and skills for working with bases, records, workflows, and business operations from AI agents.

MCP Server For Apache Doris, an MPP-based real-time data warehouse.

Official MCP Server from Atlan which enables you to bring the power of metadata to your AI tools

Query Onchain data, like ERC20 tokens, transaction history, smart contract state.

Read and write access to your Baserow tables.

Introspect and query your apps deployed to Convex.

Interact with the data stored in Couchbase clusters using natural language.

Maritime intelligence for tracking vessels, analysing ports, and exploring ship data.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.