MCP.so
登录

Mixpanel MCP

@dragonkhoi

关于 Mixpanel MCP

MCP Server for Mixpanel API (talk to your Mixpanel data)

基本信息

分类

数据与分析

许可证

MIT

运行时

node

传输方式

stdio

发布者

dragonkhoi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@dragonkhoi/mixpanel-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mixpanel MCP?

Mixpanel MCP is a simple MCP server that interfaces with the Mixpanel API, allowing you to query events data, retention, and funnels from any MCP client like Cursor or Claude Desktop. It is designed for on-demand analytics lookups such as “What’s the weekly retention for users in the Feb 1 cohort?”

How to use Mixpanel MCP?

Install via Smithery or by cloning the repository. You need a Mixpanel Service Account username, password, and project ID. For Claude Desktop, run npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude. For Cursor, use the command npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config with a JSON object containing your credentials. Alternatively, clone the repo, run npm run build, then execute node /ABSOLUTE/PATH/TO/build/index.js USERNAME PASSWORD PROJECT_ID.

Key features of Mixpanel MCP

  • Query Mixpanel events, retention, and funnel data.
  • Works with any MCP client (Cursor, Claude Desktop).
  • On-demand natural language analytics lookups.
  • Easy installation via Smithery or local clone.
  • Authenticates using Mixpanel Service Accounts.

Use cases of Mixpanel MCP

  • Ask “What’s the weekly retention for users in the Feb 1 cohort?”
  • Request an overview of events in your Mixpanel project.
  • Quickly analyze user behavior trends without opening Mixpanel’s UI.

FAQ from Mixpanel MCP

What credentials are required?

You need a Mixpanel Service Account username and password (from Organization Settings) and your project ID (from Project Settings).

Which Mixpanel API features are currently supported?

Querying events data, retention, and funnels. More API coverage is planned over time.

How do I install Mixpanel MCP for Cursor?

Go to Cursor Settings → Features → MCP Servers → + Add. Select Type: command and paste the Smithery run command with your service account credentials and project ID as a JSON config.

Is Mixpanel MCP available on Smithery?

Yes, it has a Smithery badge and can be installed automatically via the Smithery CLI.

评论

数据与分析 分类下的更多 MCP 服务器