MCP Server
Active
io.github.mrfentmen/mixpanel-mcp MCP Server
io.github.mrfentmen/mixpanel-mcp
What is the io.github.mrfentmen/mixpanel-mcp MCP server?
Query Mixpanel events, funnels, retention, cohorts, and user profiles.
How to install io.github.mrfentmen/mixpanel-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MIXPANEL_TOKENrequiredsecretYour Mixpanel project token
MIXPANEL_API_SECRETrequiredsecretYour Mixpanel API secret
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mixpanel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mixpanel-mcp"
],
"env": {
"MIXPANEL_TOKEN": "<YOUR_MIXPANEL_TOKEN>",
"MIXPANEL_API_SECRET": "<YOUR_MIXPANEL_API_SECRET>"
}
}
}
}Claude Code
claude mcp add mixpanel-mcp --env MIXPANEL_TOKEN=<YOUR_MIXPANEL_TOKEN> --env MIXPANEL_API_SECRET=<YOUR_MIXPANEL_API_SECRET> -- npx -y mixpanel-mcpRelated MCP servers
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
0
View repository →TypeScript