Hi, I am trying to connect my Claude Enterprise Setup (https://platform.claude.com/) wth Mixpanel MCP. I am not able to do it. Can you help me with some documentation where i can get details how to set it up.
Hi! Happy to help with connecting Mixpanel MCP to Claude.
The official Mixpanel MCP documentation covers connecting via claude.ai, but the knowledge sources don't explicitly mention the Claude Enterprise platform at platform.claude.com. Here's what the documentation does say for Claude:
Go to claude.ai/customize/connectors and search for Mixpanel. Click Connect and complete the Mixpanel OAuth flow. [MCP Server Docs]
If that direct connector approach isn't available in your Claude Enterprise setup, you may be able to use the custom connector / JSON config approach that works with any MCP-compatible client:
{
"mcpServers": {
"mixpanel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.mixpanel.com/mcp"]
}
}
}(Use https://mcp-eu.mixpanel.com/mcp or https://mcp-in.mixpanel.com/mcp if your Mixpanel project is on the EU or IN region.) [MCP Server Docs]
Prerequisites to check first
MCP must be enabled by an org admin in Mixpanel: Settings โ Org โ Overview. Changes can take up to 15 minutes to take effect. [MCP Server Docs]
Your Mixpanel account must have access to at least one project.
Node.js must be installed (if using the npx mcp-remote approach). You can install it with brew install node. [MCP Blog]
Common troubleshooting tips
"MCP access is not enabled for this project" โ Ask your org admin to enable it.
"Missing scope" error โ Delete the .mcp-auth folder and re-authorize.
Authorization fails โ Confirm your account has project access and MCP is enabled at the org level. [MCP Troubleshooting]
Since the knowledge sources don't have specific instructions for platform.claude.com (Claude Enterprise), I'd recommend checking with Anthropic's documentation for how their enterprise platform handles MCP server configurations, and then applying the Mixpanel MCP server URL above accordingly. You can also reach out to Mixpanel support for further assistance.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
Is there any documentation on how to do it?
