M

Mixpanel MCP

Query Mixpanel events, funnels, and cohorts.

Mixpanel·No reviews yet
Repo Docs
Share:

About

Run JQL and Insights queries against Mixpanel projects: event volume, funnels, retention, cohorts, and user profiles. Great for growth-analyst agents that answer product questions in natural language. Uses a Mixpanel Service Account.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Mixpanel MCP.

What is the Mixpanel MCP used for?
The Mixpanel MCP allows agents to query Mixpanel projects for event data, funnels, retention, cohorts, and user profiles. It is designed for growth-analyst agents to answer product-related questions using natural language.
How do I configure Mixpanel MCP with an MCP client?
Configuration details depend on your specific MCP client (e.g., Claude Desktop, Cursor, or Cline). Generally, you will provide the Mixpanel MCP name or slug and the required API key for authentication.
Does the Mixpanel MCP require authentication?
Yes, the Mixpanel MCP uses API key authentication. It requires a Mixpanel Service Account for secure access to your Mixpanel project data.
What types of queries can the Mixpanel MCP run?
The Mixpanel MCP can run JQL and Insights queries. This enables agents to analyze event volume, user funnels, retention metrics, user cohorts, and individual user profiles.
Are there any licensing costs associated with using the Mixpanel MCP?
The Mixpanel MCP itself is hosted on GitHub, suggesting open-source availability. However, usage costs, if any, would be associated with your Mixpanel service account and plan, not the MCP directly.
What is a prerequisite for using the Mixpanel MCP?
A critical prerequisite for using the Mixpanel MCP is an active Mixpanel project and a configured Mixpanel Service Account with the necessary permissions to access your project data.

Install Mixpanel MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "mixpanel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mixpanel"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "mixpanel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mixpanel"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "mixpanel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mixpanel"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.