You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mixpanel Model Context Protocol (MCP) integration enables organizations to analyze product data using conversational AI. Teams can query events, funnels, and user behavior through AI interfaces (Claude, Cursor, etc.) using natural language, eliminating the need for complex dashboard navigation or technical query languages.
12
+
The Mixpanel Model Context Protocol (MCP) integration enables organizations to analyze product and replay data using conversational AI. Teams can query events, session replays, funnels, and user behavior through AI interfaces (Claude, Cursor, etc.) using natural language, eliminating the need for complex dashboard navigation or technical query languages.
13
13
14
14
<Callouttype="info">
15
15
**Beta Feature:** Help us improve this integration by sharing your feedback [here](https://docs.google.com/forms/d/e/1FAIpQLSchV5qoyiI9tmtxOkDF_4So5KKR1iiZzuqcPbwMOphQC_lEVA/viewform?usp=header).
@@ -36,6 +36,10 @@ The MCP integration provides access to all core Mixpanel analysis capabilities t
36
36
- Data Quality: Monitor and detect volume anomalies in data ingestion (`get_data_volume_anomalies`)
37
37
- Lexicon Integration: Get direct links to event definitions and documentation in Mixpanel Lexicon (`get_lexicon_detail_url`)
38
38
39
+
### Qualitative Analysis
40
+
41
+
- Session Replays: Analyze a specific user's replays in combination with event data (`get_user_replays_data`)
42
+
39
43
### Query Capabilities
40
44
41
45
- Natural Language Filtering: Use complex boolean expressions for data filtering
@@ -94,7 +98,7 @@ brew install node
94
98
2. Go to **Settings** → **Connectors** → **Add Custom Connector**
4. Click **Connect** and complete Mixpanel authorization
99
103
100
104
For additional information on setting up Claude connectors, see [Claude's connector documentation](https://support.anthropic.com/en/articles/11724452-browsing-and-connecting-to-tools-from-the-directory).
@@ -119,7 +123,7 @@ For additional information on setting up Claude connectors, see [Claude's connec
0 commit comments