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.