MCP server for Mixpanel Analytics integration with AI assistants. Enables Claude and other MCP clients to track events, pageviews, and user profiles through conversational interfaces.
mcpServer
{ "mcpServers": { "mixpanel-analytics": { "command": "npx", "args": [ "-y", "mixpanel-mcp-server", "--token", "YOUR_MIXPANEL_TOKEN" ] } } }
npx mixpanel-mcp-server --token YOUR_MIXPANEL_TOKEN