What is a ChatGPT connector?

Paste a deal into ChatGPT and the answer is stale by lunch. A connector lets ChatGPT read the live record.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.

app.salescrew.io/inbox
The unified reply inbox with classified threads

ChatGPT connector — A ChatGPT connector is a link between ChatGPT and an outside application, often a remote MCP server, that lets ChatGPT search that app's data or call its actions inside a chat. Its purpose is to let you work on real records, such as a CRM deal or an inbox thread, without copying them into the conversation.

Also known as: ChatGPT app

Why a connector changes what ChatGPT can do for sales

Without a connector, ChatGPT only knows what you paste in. With one, you can ask "which deals went quiet this week?" and the answer comes from your CRM, not from memory. Write access goes further. ChatGPT can create a task, move a stage or draft a reply in the connected app.

OpenAI's developer documentation (checked September 2026) says ChatGPT developer mode gives "full Model Context Protocol (MCP) client support for all tools, both read and write." It lists two supported protocols, SSE and streaming HTTP, and names the Pro, Plus, Business, Enterprise and Education plans on the web. OpenAI now calls a connector built this way an app.

That's why a remote MCP server is the usual thing a connector points at. You don't install anything on your laptop. You add a URL, sign in, and ChatGPT lists the tools that server offers.

SalesCrew exposes 140+ MCP tools to ChatGPT, and any outside send a ChatGPT session starts waits in the CRM's approval queue by default.

What happens when ChatGPT uses a connector

  1. 1

    You add the server URL

    Once, in ChatGPT's settings.

  2. 2

    You sign in

    OAuth or another method the server accepts.

  3. 3

    ChatGPT lists the tools

    Names, descriptions and inputs for each.

  4. 4

    You ask a question

    ChatGPT picks a tool and fills its inputs.

  5. 5

    Writes ask you first

    A write action shows its input for your confirmation.

A confirmation click is a checkpoint for you, not for your team

OpenAI's docs say write actions require confirmation by default, and you can choose to remember that choice within a conversation. That protects one user in one chat. Your manager never sees it. For email that goes to a prospect, you also want a hold on the CRM side that a teammate can review.

Questions

What is the difference between a ChatGPT connector and a custom GPT?
A connector links ChatGPT to a live outside system, while a custom GPT is a saved set of instructions and files. A custom GPT answers from what you uploaded. A connector reads and writes the other app's current data every time you ask.
Do ChatGPT connectors need a paid plan?
OpenAI's developer docs, checked September 2026, list developer mode for Pro, Plus, Business, Enterprise and Education accounts on the web. Check OpenAI's current plan page before you roll one out.
Can a ChatGPT connector change data in my CRM?
Yes, if the connected server offers write tools and your account is allowed to use them. ChatGPT asks you to confirm each write action by default. What the CRM allows after that depends on the token's scope and the CRM's own approval rules.
Is a ChatGPT connector the same as a Zapier integration?
No. A Zapier zap runs a fixed trigger and action on a schedule or event. A connector waits for you to ask, and ChatGPT chooses which tool to call. Many teams use both: zaps for fixed routing and a connector for questions and one-off updates.