mixpanel-mcp-server and amplitude-mcp-server
These are ecosystem siblings—both are MCP server implementations for different analytics platforms that serve the same use case (enabling Claude to interact with analytics data), allowing users to choose their preferred analytics backend.
About mixpanel-mcp-server
moonbirdai/mixpanel-mcp-server
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.
Implements four prefixed tools (mixpanel_track_event, mixpanel_track_pageview, mixpanel_track_signup, mixpanel_set_user_profile) that communicate via stdio transport with Claude Desktop and any MCP-compliant client. Supports custom event properties, user profile management with Mixpanel's reserved property syntax ($name, $email), and optional referrer tracking for pageviews, with configuration via environment tokens and debug logging capabilities.
About amplitude-mcp-server
moonbirdai/amplitude-mcp-server
MCP server for Amplitude Analytics integration with AI assistants. Enables Claude and other MCP clients to track events, pageviews, signups, and revenue through natural language requests.
Implements five specialized analytics tools (custom events, pageviews, signups, user properties, revenue tracking) that communicate via stdio transport with Claude Desktop and other MCP clients. Supports flexible user identification through either user_id or device_id, allowing tracking across authenticated and anonymous sessions. Integrates directly into Claude's native interface through configuration-based setup, eliminating the need for separate API wrappers or authentication flows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work