Skip to main content
Glama

mixpanel

ミックスパネルMCP

Mixpanel APIと連携するシンプルなMCPサーバー。CursorやClaude DesktopなどのMCPクライアントからMixpanelイベントデータにアクセスできます。イベントデータ、リテンション、ファネルをクエリできます。「2月1日のコホートにおけるユーザーの週次リテンションは?」といったオンデマンド検索に最適です。

今後、Mixpanel API についてさらに詳しく説明していきますので、必要なツールをお知らせいただくか、PR を開いてください。

インストール

Mixpanel 組織設定に移動して、 Mixpanel サービス アカウントを設定し、ユーザー名、パスワード、プロジェクト ID (Mixpanel プロジェクト設定内) を取得してください。

Smithery経由でインストール

Smithery経由で Claude Desktop 用の mixpanel-mcp を自動的にインストールするには:

npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude

カーソル用のmixpanel-mcpをインストールするには、「設定」->「カーソル設定」->「機能」->「MCPサーバー」->「+追加」に進みます。

タイプ: コマンドを選択し、Mixpanel の引数<USERNAME> <PW> <PROJECT_ID>を使用して以下を貼り付けます。

npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config "{\"username\":\"YOUR_SERVICE_ACCT_USERNAME\",\"password\":\"YOUR_SERVICE_ACCT_PASSWORD\",\"projectId\":\"YOUR_MIXPANEL_PROJECT_ID\"}"

クローンを作成してローカルで実行する

このリポジトリをクローンしますnpm run build実行します。このコマンドをカーソル (または任意の MCP クライアント) に貼り付けますnode /ABSOLUTE/PATH/TO/mixpanel-mcp/build/index.js YOUR_SERVICE_ACCOUNT_USERNAME YOUR_SERVICE_ACCOUNT_PASSWORD YOUR_PROJECT_ID

  • 保持数について尋ねる
  • イベントの概要を尋ねる
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Mixpanelデータに接続します。Mixpanelアナリティクスからイベント、リテンション、ファネルデータをクエリします。

  1. インストール
    1. Smithery経由でインストール
    2. クローンを作成してローカルで実行する

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
      Last updated -
      8
      6
      14
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      Integrates with the Eventbrite API to provide AI-assisted event management capabilities for viewing events, tracking attendees, and generating analytics reports.
      Last updated -
      3
      1
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants like Claude to interact with Mixpanel analytics, allowing them to track events, page views, user signups, and update user profiles directly through natural language requests.
      Last updated -
      4
      4
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Provides tools for retrieving analytics reports and metrics from PlainSignal through the Model Context Protocol (MCP).
      Last updated -
      1
      1
      JavaScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dragonkhoi/mixpanel-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server