# io.github.mrfentmen/mixpanel-mcp (npm · mixpanel-mcp)

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

- Trust score: 73/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- npm · `mixpanel-mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp.md), [page](https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp)

## Channel facts

- Registry: `npm`
- Package: `mixpanel-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 445 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mrfentmen-mixpanel-mcp -- npx -y mixpanel-mcp
```

### Codex

```bash
codex mcp add mrfentmen-mixpanel-mcp -- npx -y mixpanel-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mrfentmen-mixpanel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mixpanel-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mrfentmen-mixpanel-mcp --command npx --arg -y --arg mixpanel-mcp
```

### Hermes

```yaml
mcp_servers:
  mrfentmen-mixpanel-mcp:
    command: "npx"
    args: ["-y", "mixpanel-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mrfentmen-mixpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mixpanel-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 73, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-12 (score 69, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-11 (score 69, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-08 (score 67)

First indexed and scored.

## MCP tools (7)

### `query_events` (~104 tokens)

Query raw event data from Mixpanel. Segment events by time range and properties.

Input parameters:

- `event` (string): Specific event name to query. Omit for all events.
- `from_date` (string, required): Start date in YYYY-MM-DD format
- `interval` (number): Number of time units to return
- `limit` (number): Max results
- `to_date` (string, required): End date in YYYY-MM-DD format
- `unit` (string): Time granularity

### `get_top_events` (~59 tokens)

Get the most frequently tracked events in a time window.

Input parameters:

- `from_date` (string, required): Start date YYYY-MM-DD
- `limit` (number): Number of top events to return
- `to_date` (string, required): End date YYYY-MM-DD

### `get_funnel` (~64 tokens)

Get funnel conversion data. Requires a funnel ID from your Mixpanel project.

Input parameters:

- `from_date` (string, required): Start date YYYY-MM-DD
- `funnel_id` (string, required): The funnel ID from Mixpanel
- `to_date` (string, required): End date YYYY-MM-DD

### `get_retention` (~81 tokens)

Get cohort retention data. See how many users come back over time.

Input parameters:

- `born_event` (string): Event that defines the cohort (e.g. 'Sign Up')
- `from_date` (string, required): Start date YYYY-MM-DD
- `limit` (number): Number of cohorts to return
- `to_date` (string, required): End date YYYY-MM-DD

### `query_profiles` (~48 tokens)

Search and query user profiles in Mixpanel.

Input parameters:

- `limit` (number): Max profiles to return
- `search` (string, required): Search term for user profiles (email, name, or property value)

### `run_jql` (~44 tokens)

Execute a raw JavaScript Query Language (JQL) script against Mixpanel. For advanced custom queries.

Input parameters:

- `script` (string, required): JQL JavaScript code to execute

### `list_events` (~45 tokens)

List all tracked event names in your Mixpanel project.

Input parameters:

- `from_date` (string, required): Start date YYYY-MM-DD
- `to_date` (string, required): End date YYYY-MM-DD

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp#diagnostics

## Score history

- 2026-08-16: 73
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 69
- 2026-08-12: 69
- 2026-08-11: 69
- 2026-08-10: 67
- 2026-08-09: 67
- 2026-08-08: 67

## Links

- npm package: https://www.npmjs.com/package/mixpanel-mcp
- Socket report: https://socket.dev/npm/package/mixpanel-mcp
- Repository: https://github.com/mrfentmen/mixpanel-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp.json
- HTML version of this page: https://verifymcp.io/servers/mrfentmen-mixpanel-mcp/mixpanel-mcp
