Skip to content
VS Code

mixpanel for VS Code

io.usefulapi/mixpanel

Query Mixpanel events, funnels, retention, segmentation and insights (JQL).

client:VS Code transport:streamable-http

Install mixpanel in VS Code

.vscode/mcp.json

{
  "servers": {
    "mixpanel": {
      "type": "http",
      "url": "https://mixpanel.usefulapi.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mixpanel in other clients