Skip to content

Commit 2ef0e3d

Browse files
spjtls9mherrman
andauthored
cos for in an deu (#2233)
Co-authored-by: mherrman <[email protected]>
1 parent e854f41 commit 2ef0e3d

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

pages/docs/features/mcp.mdx

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ brew install node
9898
2. Go to **Settings****Connectors****Add Custom Connector**
9999
3. Configure the integration:
100100
- **Integration Name:** Mixpanel (or preferred name)
101-
- **Integration URL:** `https://mcp.mixpanel.com/mcp`
101+
- **Integration URL**
102+
- US: `https://mcp.mixpanel.com/mcp`
103+
- EU: `https://mcp-eu.mixpanel.com/mcp`
104+
- IN: `https://mcp-in.mixpanel.com/mcp`
102105
4. Click **Connect** and complete Mixpanel authorization
103106

104107
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).
@@ -123,7 +126,7 @@ For additional information on setting up Claude connectors, see [Claude's connec
123126
"args": [
124127
"-y",
125128
"mcp-remote",
126-
"https://mcp.mixpanel.com/mcp",
129+
"https://mcp.mixpanel.com/mcp", // or use mcp-eu.mixpanel.com/mcp for EU, mcp-in.mixpanel.com/mcp for IN
127130
"--allow-http"
128131
]
129132
}
@@ -133,7 +136,17 @@ For additional information on setting up Claude connectors, see [Claude's connec
133136

134137
4. Run authorization command in terminal:
135138
```bash
136-
npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
139+
npx -y mcp-remote https://mcp.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
140+
```
141+
142+
For EU,
143+
```bash
144+
npx -y mcp-remote https://mcp-eu.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
145+
```
146+
147+
For IN,
148+
```bash
149+
npx -y mcp-remote https://mcp-in.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
137150
```
138151

139152
5. Complete Mixpanel authorization via the provided link
@@ -158,7 +171,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
158171
"args": [
159172
"-y",
160173
"mcp-remote",
161-
"https://mcp.mixpanel.com/mcp",
174+
"https://mcp.mixpanel.com/mcp", // or use mcp-eu.mixpanel.com/mcp for EU, mcp-in.mixpanel.com/mcp for IN
162175
"--allow-http"
163176
]
164177
}
@@ -168,9 +181,20 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
168181

169182
4. Run authorization command in terminal:
170183
```bash
171-
npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
184+
npx -y mcp-remote https://mcp.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
185+
```
186+
187+
For EU,
188+
```bash
189+
npx -y mcp-remote https://mcp-eu.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
190+
```
191+
192+
For IN,
193+
```bash
194+
npx -y mcp-remote https://mcp-in.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
172195
```
173196

197+
174198
5. Complete Mixpanel authorization via the provided link
175199

176200
---
@@ -189,8 +213,19 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
189213
```
190214
3. Configure Mixpanel MCP as a remote server and authorize:
191215
```bash
192-
npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
216+
npx -y mcp-remote https://mcp.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
217+
```
218+
219+
For EU,
220+
```bash
221+
npx -y mcp-remote https://mcp-eu.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
193222
```
223+
224+
For IN,
225+
```bash
226+
npx -y mcp-remote https://mcp-in.mixpanel.com/mcp --static-oauth-client-metadata '{ "scope": "projects analysis events insights segmentation retention data:read funnels flows data_definitions" }' --allow-http
227+
```
228+
194229
Running this command will provide a link in your terminal to authorize your access with Mixpanel. Follow the authorization steps in your browser. After logging in via OAuth, you should see a confirmation message.
195230

196231
4. **Verify Configuration (or Create It Manually):**
@@ -210,7 +245,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
210245
"args": [
211246
"-y",
212247
"mcp-remote",
213-
"https://mcp.mixpanel.com/mcp",
248+
"https://mcp.mixpanel.com/mcp", // or use mcp-eu.mixpanel.com/mcp for EU, mcp-in.mixpanel.com/mcp for IN
214249
"--allow-http"
215250
]
216251
}
@@ -246,7 +281,10 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --static-oauth-client-metadata '{
246281
- Provide these values:
247282
- Name: Mixpanel MCP
248283
- Description: The MCP integration provides access to all core Mixpanel analysis capabilities through natural language queries.
249-
- MCP Server URL: https://mcp.mixpanel.com/mcp
284+
- MCP Server URL
285+
- US: `https://mcp.mixpanel.com/mcp`
286+
- EU: `https://mcp-eu.mixpanel.com/mcp`
287+
- IN: `https://mcp-in.mixpanel.com/mcp`
250288
- Authentication type: OAuth
251289
- Click Create and then connect to Mixpanel and follow the OAuth flow to authorize Mixpanel access.
252290

0 commit comments

Comments
 (0)