Home Tutorials Categories Skills About
ZH EN JA KO
📊

Mixpanel

User Analytics Search & Productivity

Install Command

npx clawhub@latest install mixpanel

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Mixpanel to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Mixpanel appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Query event trends and user segmentation Analyze retention rates and user lifecycle Export report data and metrics

Detailed Description

Mixpanel MCP Server integrates the Mixpanel product analytics platform into AI, enabling you to query user behavior data and gain deep insights through natural language.

Core Features

  • Event Analysis: Query event trigger trends with grouping and filtering by user and event properties
  • Retention Analysis: Calculate user retention rates, analyze retention curve differences across cohorts
  • User Segmentation: Create user groups based on behavior and properties, compare metric performance across groups

Configuration

{
  "mcpServers": {
    "mixpanel": {
      "command": "npx",
      "args": ["-y", "mcp-mixpanel"],
      "env": {
        "MIXPANEL_API_SECRET": "Your API key",
        "MIXPANEL_PROJECT_ID": "Project ID"
      }
    }
  }
}

Use Cases

  • Query key product metrics and trend changes using natural language
  • Analyze user adoption rates and usage frequency after new feature launches
  • Compare behavioral pattern differences between paid and free users
  • Generate weekly or monthly product data reports