mixpanel for VS Code
com.mcparmory/mixpanel
Analyze user behavior with funnels, retention, cohorts, and event segmentation
client:VS Code
transport:stdio
runtime:pypi
Install mixpanel in VS Code
.vscode/mcp.json
{
"servers": {
"mixpanel": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-mixpanel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs