Servers
Mixpanel MCP
@dragonkhoi
MCP Server for Mixpanel API (talk to your Mixpanel data)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@dragonkhoi/mixpanel-mcp",
"--client",
"claude"
]
}
}
}