MCP for ChatGPT Module Included

Vaks PM · Integration guide · MCP · ChatGPT · August 2026

Like Claude, ChatGPT registers itself — no pre-registered client, no secret. A user adds the connector and signs in to Vaks in the browser. Two differences from Claude: ChatGPT's connector UI is still evolving, and it does not surface the pre-built workflow menu, so you recreate those yourself.
ChatGPT's connector interface is in beta and moves. The exact place to add a custom MCP connector (developer mode / connectors) and its labels changed through late 2025. Use OpenAI's current documentation for the precise steps in your plan; the Vaks-side values below do not change.

Before you start

Everything ChatGPT-specific is on this page. The shared parts live in the hub:

Connect ChatGPT

ChatGPT self-registers via Dynamic Client Registration — no pre-registered client, no secret. In outline:

  1. In ChatGPT, add Vaks PM as a custom connector (via connectors / developer mode — see OpenAI's docs for the current location).
  2. Paste the MCP server URL (https://<tenant>/mcp, or your public MCP URL).
  3. ChatGPT discovers how to authenticate and opens a browser sign-in to Vaks (local or SSO).
  4. The user approves the consent screen and ChatGPT starts working — standard OAuth with PKCE, one-hour tokens that refresh automatically.
Per-user by nature. Each ChatGPT user signs in as themselves, so the assistant acts as that person, bounded by their own permissions. In Vaks, Admin → Integrations → MCP → Active AI connections shows one connection per user.

Pre-built workflows

Vaks exposes a set of pre-built workflows as MCP prompts — see the full library in the hub. Claude shows them as a menu automatically; ChatGPT, like Copilot Studio, does not surface that MCP primitive today. Because a prompt is only a pre-written instruction, you recreate it as text:

Write workflows need writes enabled. The workflows that end in a write only function if Allow AI write actions is on. ⚠️ ChatGPT's handling of MCP prompts may change — confirm current behaviour on OpenAI's side.

Troubleshooting

SymptomCause & fix
ChatGPT cannot reach the serverAlmost always the URL: on a gateway deployment the admin-panel URL is not the public one. Confirm the public hostname — see reaching it from outside. ChatGPT is a cloud service, so the endpoint must be reachable over the internet.
The connector option isn't where the docs sayChatGPT's connector UI is in beta and has moved. Check OpenAI's current documentation for developer mode / connectors.
Consent screen refuses, no approve buttonThe connector is disabled. Enable it in the admin section.
Only read tools availableWrites are off, or the connection predates turning them on. Turn on Allow AI write actions and reconnect.

Related: MCP overview (hub) — permissions, admin toggles, deployment · Copilot Studio · Claude · all integrations.