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.

コメント

「データと分析」の他のコンテンツ