Skip to content

Commit d2cc924

Browse files
authored
Adding MCP details (#2225)
* Adding MCP details * Cleaning up use cases section * switching urls to mcp from sse
1 parent b3c1ebd commit d2cc924

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

pages/docs/features/mcp.mdx

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Code, Callout } from 'nextra/components'
99
---
1010
## Overview
1111

12-
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.
1313

1414
<Callout type="info">
1515
**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
3636
- Data Quality: Monitor and detect volume anomalies in data ingestion (`get_data_volume_anomalies`)
3737
- Lexicon Integration: Get direct links to event definitions and documentation in Mixpanel Lexicon (`get_lexicon_detail_url`)
3838

39+
### Qualitative Analysis
40+
41+
- Session Replays: Analyze a specific user's replays in combination with event data (`get_user_replays_data`)
42+
3943
### Query Capabilities
4044

4145
- Natural Language Filtering: Use complex boolean expressions for data filtering
@@ -94,7 +98,7 @@ brew install node
9498
2. Go to **Settings****Connectors****Add Custom Connector**
9599
3. Configure the integration:
96100
- **Integration Name:** Mixpanel (or preferred name)
97-
- **Integration URL:** `https://mcp.mixpanel.com/sse`
101+
- **Integration URL:** `https://mcp.mixpanel.com/mcp`
98102
4. Click **Connect** and complete Mixpanel authorization
99103

100104
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
119123
"args": [
120124
"-y",
121125
"mcp-remote",
122-
"https://mcp.mixpanel.com/sse",
126+
"https://mcp.mixpanel.com/mcp",
123127
"--allow-http"
124128
]
125129
}
@@ -154,7 +158,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
154158
"args": [
155159
"-y",
156160
"mcp-remote",
157-
"https://mcp.mixpanel.com/sse",
161+
"https://mcp.mixpanel.com/mcp",
158162
"--allow-http"
159163
]
160164
}
@@ -206,7 +210,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
206210
"args": [
207211
"-y",
208212
"mcp-remote",
209-
"https://mcp.mixpanel.com/sse",
213+
"https://mcp.mixpanel.com/mcp",
210214
"--allow-http"
211215
]
212216
}
@@ -242,7 +246,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
242246
- Provide these values:
243247
- Name: Mixpanel MCP
244248
- Description: The MCP integration provides access to all core Mixpanel analysis capabilities through natural language queries.
245-
- MCP Server URL: https://mcp.mixpanel.com/sse
249+
- MCP Server URL: https://mcp.mixpanel.com/mcp
246250
- Authentication type: OAuth
247251
- Click Create and then connect to Mixpanel and follow the OAuth flow to authorize Mixpanel access.
248252

@@ -278,6 +282,18 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
278282
- Query: "Compare user behavior across different feature roll outs"
279283
- Business Value: Measure feature impact and optimize product decisions
280284

285+
**User Feedback Analysis**
286+
- Query: "Why did this user submit negative feedback? Analyze their session replays."
287+
- Business Value: Understand user context and behavior patterns by analyzing replay footage in combination with your event data.
288+
289+
**Usage Analysis**
290+
- Query: "What features does this user use most? Analyze their session replays"
291+
- Business Value: Better understand specific customers usage patterns without needing to build reports or watch dozens of replays
292+
293+
**Troubleshooting User Issues**
294+
- Query: "This user reported an issue; what happened in their replays?"
295+
- Business Value: Accelerate support investigations by getting instant answers that combine events and replay context
296+
281297
### Key Benefits
282298

283299
**Democratized Analytics**
@@ -289,6 +305,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
289305
- Reduce time-to-insight from minutes to seconds
290306
- Eliminate context switching between tools
291307
- Enable real-time decision making
308+
- Save hours daily by analyzing replays and events together without manually piecing together
292309

293310
**Strategic Value**
294311
- Accelerate product discovery processes
@@ -327,7 +344,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
327344
- **Protocol:** Model Context Protocol (MCP)
328345
- **Connection:** Server-sent events (SSE)
329346
- **Authentication:** OAuth with Mixpanel
330-
- **Endpoint:** `https://mcp.mixpanel.com/sse`
347+
- **Endpoint:** `https://mcp.mixpanel.com/mcp`
331348

332349
---
333350

0 commit comments

Comments
 (0)