From 7e182fca9a2e119fbe51ce56b8d4b5dd9cf7567f Mon Sep 17 00:00:00 2001 From: Nolan Selby Date: Sun, 26 Jul 2026 13:06:25 -0700 Subject: [PATCH] fix(web): update ChatGPT MCP setup instructions (#1358) Co-authored-by: Cursor --- apps/web/components/connect-ai-modal.tsx | 20 ++++++++++++--- .../components/mcp-modal/mcp-detail-view.tsx | 25 +++++++++++++------ 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/apps/web/components/connect-ai-modal.tsx b/apps/web/components/connect-ai-modal.tsx index c4b85e7a..2e590894 100644 --- a/apps/web/components/connect-ai-modal.tsx +++ b/apps/web/components/connect-ai-modal.tsx @@ -650,15 +650,29 @@ export function ConnectAIModal({ if (manual.kind === "chatgpt") { return (
+

+ Write-capable custom MCP apps are only supported on + Business & Enterprise plans. +

  1. Open ChatGPT in your browser.
  2. - Settings → Apps → Advanced settings → enable - Developer mode. + Go to Settings → Security and Login → scroll to + the bottom to enable Developer mode.
  3. - Create an app and paste the MCP URL when asked. + Go to{" "} + + chatgpt.com/plugins + + .
  4. +
  5. Paste the URL below.
  6. Complete OAuth in ChatGPT.
diff --git a/apps/web/components/mcp-modal/mcp-detail-view.tsx b/apps/web/components/mcp-modal/mcp-detail-view.tsx index cfa9ddf3..15b4f2f5 100644 --- a/apps/web/components/mcp-modal/mcp-detail-view.tsx +++ b/apps/web/components/mcp-modal/mcp-detail-view.tsx @@ -502,19 +502,30 @@ export function MCPSteps({ variant = "full" }: MCPStepsProps) { if (manual.kind === "chatgpt") { return (
+

+ Write-capable custom MCP apps are only supported on + Business & Enterprise plans. +

  1. Open ChatGPT in your browser.
  2. - Go to Settings → Apps → Advanced settings → enable - Developer mode. + Go to Settings → Security and Login → scroll to the + bottom to enable Developer mode.
  3. - Create an app and choose your MCP server URL when - asked. -
  4. -
  5. - Paste the URL below and complete OAuth in ChatGPT. + Go to{" "} + + chatgpt.com/plugins + + .
  6. +
  7. Paste the URL below.
  8. +
  9. Complete OAuth in ChatGPT.