MCP server

Mixpanel

MCP

Official Mixpanel MCP. Events you can query.

Mixpanel’s remote insights server. Ask the project you already instrumented.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "mixpanel": {
      "url": "https://mcp.mixpanel.com/mcp"
    }
  }
}

By Mixpanel

Spec

What the server actually exposes.

  • insights

    read

    An insights report.

  • events

    read

    Event names and volume.

  • funnels

    read

    A funnel you already saved.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

mixpanel-mcp.mcp/tools

Tools

  • insights

    An insights report.

    read
  • events

    Event names and volume.

    read
  • funnels

    A funnel you already saved.

    read

Last call

{ "ok": true,
  "tool": "insights",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.