AI Automations

Claude and ChatGPT connectors: give AI the right context without copy-pasting

Conor Sullivan · Vice President · June 30, 2026
AI Automations

The most common complaint I hear from teams that have tried AI: "It gives great answers, but it doesn't know anything about our business." That's usually a context problem, not a model problem. The AI is answering from general knowledge because nobody has given it access to your actual information. Claude and ChatGPT both have a native way to fix that — connectors — and most teams haven't turned them on yet.

What a connector actually is

A connector is an authorization you grant inside the AI platform that lets it read from a specific external source — your Google Drive, your HubSpot, your Jira board, your internal wiki. Once you authorize it, the AI can search and reference that source in the middle of a conversation without you having to paste anything in. You ask a question, the AI pulls the relevant context from where it actually lives, and it answers with that.

This is different from a Claude Skill or a custom GPT, which define how the AI behaves. Connectors define what it can see. The two work together — a Skill tells the AI what process to follow, a connector gives it the live data to follow that process with.

Claude's integrations

Anthropic calls these "Integrations" inside claude.ai settings, available on Pro, Team, and Enterprise plans. Once you authorize one, it shows up as a source Claude can reference in any conversation. The current list covers the tools most B2B teams already run: Google Drive, GitHub, Jira, Confluence, HubSpot, Dropbox, Linear, Sentry, and Asana, with more being added. The HubSpot integration is one we use constantly — it means a partner can ask "what's the deal stage on the Morrison account?" and Claude looks it up in HubSpot instead of the partner having to pull it up themselves.

ChatGPT's connectors

ChatGPT's version lives in the same place: account settings, under "Connected apps." The current set includes Google Drive, Microsoft OneDrive and SharePoint, Notion, and Box. ChatGPT also treats its built-in tools — web search, code execution, image generation — as connectors you can enable or disable per conversation. For teams running Microsoft 365, the SharePoint connector alone is worth setting up: ask ChatGPT to summarize a proposal or find a contract clause, and it reads directly from SharePoint instead of you digging through folders.

How we use connectors for clients

We treat connectors as the fastest way to make an AI immediately useful inside a team's existing workflow. The process is straightforward: identify which two or three sources the team references most, authorize them, and the AI goes from knowing nothing about the client's business to being able to answer real questions from real data. For a professional services firm, that might be Google Drive (for client deliverables and proposals) plus HubSpot (for deal and contact history). For a software company, it might be GitHub plus Jira plus Notion. The AI stops being a general-purpose tool and starts behaving like a colleague who actually knows the context.

When connectors aren't enough

Connectors are a read layer. They let the AI pull information during a conversation; they don't write data back, trigger workflows, or run without a human starting the chat. If your goal is to automatically update CRM records, generate a report on a schedule, or route inbound leads without anyone asking the AI to do it — that's a full automation, not a connector. Connectors are where we often start with a new client because the setup is quick and the value is immediate. From there, we layer in automations that actually do work in the background. The distinction between the two is worth understanding before you decide which path to take.

Frequently asked questions

Do connectors replace a full automation?

No. Connectors are a read layer — they give the AI context so it can answer better. A full automation handles multi-step workflows, writes data back to systems, and runs without a person starting each conversation. Most clients end up using both.

Do Claude and ChatGPT connectors work with each other's apps?

No — each platform's connectors only work inside that platform. Claude's integrations live in claude.ai; ChatGPT's connectors live in ChatGPT. If your team uses both tools, you'd set up connectors in each one separately.

Is connector access secure?

Connectors use OAuth — you authorize specific read access to specific apps, the same way you'd authorize any SaaS tool. The AI only sees what you've scoped to it, and you can revoke access at any time from your account settings.

Related reading

AI Automations

What Claude Skills are, and why we build inside Claude instead of a new app

How a packaged Skill teaches Claude your exact process, no new interface required.

AI Automations

What custom GPTs are, and why we build inside ChatGPT instead of a new app

Putting your playbook inside the ChatGPT your team already opens every day.

AI Automations

MCP: how we connect AI to the tools your team already runs

The protocol underneath connectors — and when we build custom ones instead of using what exists.