From b1b804ddd050b4d5853bd4b911c0914e87437c70 Mon Sep 17 00:00:00 2001 From: Sharan Multani <1847452+smultani@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:32:02 -0400 Subject: [PATCH 1/2] Instructions for ChatGPT --- pages/docs/features/mcp.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pages/docs/features/mcp.mdx b/pages/docs/features/mcp.mdx index 2dd7e1bf3a..0b82ea62e2 100644 --- a/pages/docs/features/mcp.mdx +++ b/pages/docs/features/mcp.mdx @@ -227,6 +227,30 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --allow-http --- +### Option 5: ChatGPT (OpenAI) + +**Additional Requirements:** +- OpenAI/ChatGPT account with MCP access + +**Setup Steps:** +1. Enable Developer Mode + - Go to Settings → Connectors → Advanced + - Enable "Developer Mode" (see https://platform.openai.com/docs/guides/developer-mode) + +2. Add the Mixpanel MCP connector + - Create a new connector/integration in the ChatGPT Connectors UI + - Provide these values: + - Name: Mixpanel MCP + - Description: The MCP integration provides access to all core Mixpanel analysis capabilities through natural language queries. + - MCP Server URL: https://mcp.mixpanel.com/sse + - Authentication type: OAuth + - Click Create and then connect to Mixpanel and follow the OAuth flow to authorize Mixpanel access. + +3. Publish connector to workspace (optional) + - To make the connector available to other members: go to Setting → Apps & Connetors → Mixpanel → Publish + +--- + ## Use Case Examples **Channel Performance Analysis** From 9c6ada0840da362d4aaf1a59fd6b58347c8879f0 Mon Sep 17 00:00:00 2001 From: mherrman Date: Thu, 23 Oct 2025 16:47:02 -0700 Subject: [PATCH 2/2] Update pages/docs/features/mcp.mdx --- pages/docs/features/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/features/mcp.mdx b/pages/docs/features/mcp.mdx index 0b82ea62e2..9b5b8446d3 100644 --- a/pages/docs/features/mcp.mdx +++ b/pages/docs/features/mcp.mdx @@ -247,7 +247,7 @@ npx -y mcp-remote https://mcp.mixpanel.com/sse --allow-http - Click Create and then connect to Mixpanel and follow the OAuth flow to authorize Mixpanel access. 3. Publish connector to workspace (optional) - - To make the connector available to other members: go to Setting → Apps & Connetors → Mixpanel → Publish + - To make the connector available to other members: go to Settings → Apps & Connectors → Mixpanel → Publish ---