Claude connectors and MCP are not the same thing. MCP is the open standard, and a connector is an MCP server Claude has been authorized to call for you. This guide covers what the protocol specifies, how remote and local servers differ, which plans get connectors, and what the 816 listings in Anthropic’s Connectors Directory mean for brand discovery inside AI assistants.
In This Article
Claude connectors and the Model Context Protocol get talked about as if they are the same thing. They are not. MCP is an open standard for connecting AI applications to external systems. A connector is what Claude calls an MCP server once you have added it, signed in and switched it on.
That one distinction explains nearly everything else: which plans get what, why some integrations only run on the desktop app, and why a listing in Anthropic’s directory is reviewed while a URL you paste in yourself is not. Here is how Claude connectors work in September 2026, what the protocol underneath them specifies, and what a public connector directory means for brands that want to be found inside an AI assistant.
MCP is the protocol. A connector is the product. Anthropic’s documentation calls the Model Context Protocol an open standard created by Anthropic for AI applications to connect with tools and data sources, and a connector is an MCP server that Claude has been pointed at, authorized against and allowed to call for you.

The protocol is maintained in the open. Its documentation describes it as an open-source standard for connecting AI applications to external systems, and compares it to a USB-C port for AI: one plug shape, any number of devices on either side. The current specification revision is dated 2026-07-28.
Nothing in that specification is about Claude. It defines how any host application and any tool provider talk to each other, which is exactly why it spread.
Anthropic’s developer docs are direct about this: directory connectors and custom connectors run on the same MCP infrastructure. The runtime, transport, authentication and tool-calling paths are identical. What separates them is review, discoverability and distribution, not technology.
So when someone asks whether Claude connectors are MCP, the answer is yes. A connector is an MCP server with an account attached, a permission grant and a place in Claude’s interface.
In the Claude app you never see the phrase MCP server. You see Connectors, a list of named cards with logos. Developers building the integration see the opposite view: a server, a manifest of tools, an OAuth flow. Same object, different vocabulary at each end.
MCP is an open standard that lets an AI application discover what a tool can do, then call it. It defines a data layer built on JSON-RPC 2.0, a transport layer that carries the messages, and a set of primitives that a server exposes to any client speaking the protocol.

The architecture uses 3 roles. The host is the AI application that coordinates everything, such as Claude Desktop or Claude Code. The host creates one client per server, and each client keeps a dedicated connection. The server is, in the spec’s words, a program that provides context to MCP clients.
A server can run anywhere. That single design choice is what later splits connectors into local and remote, and it decides which Claude surfaces can use them.
Servers expose 3 primitives:
Clients can expose their own primitives back: sampling, so a server can ask the host for a model completion, elicitation, so it can ask the user a question, and logging. Discovery is dynamic. A client calls a list method to find out what exists, then calls a tool by name.
This is not a Claude-only standard. The protocol documentation lists Claude and ChatGPT among the AI assistants that support MCP, alongside development tools including Visual Studio Code and Cursor. Build the server once and it works in more than one place, which is the whole argument for a protocol over a plug-in format.
Most MCP servers are remote. A remote server is hosted on the internet and uses the Streamable HTTP transport, so it works on every Claude surface. A local server runs on your own machine over stdio, and Anthropic is blunt about the limit: a local MCP works only in Claude Desktop and Claude Code.
| Connection type | What it is | Where it runs | Works in | Who adds it |
|---|---|---|---|---|
| Directory connector | A remote MCP server reviewed by Anthropic and listed in the Connectors Directory | On the provider’s servers, over Streamable HTTP | Claude.ai, Cowork, Desktop, mobile, Claude Code | Any user whose plan and organization allow it |
| Custom connector | A remote MCP server you add yourself by pasting its URL, with no Anthropic review | On the provider’s servers, reached from Anthropic’s cloud | The same surfaces as a directory connector | Free to Enterprise users, Owners only on Team and Enterprise |
| Desktop extension | A local MCP server packaged as an MCP Bundle | On your own machine, over stdio | Claude Desktop | The person using that machine |
| Local server in Claude Code | An MCP server the CLI launches on your machine | On your own machine, over stdio | Claude Code | The developer on that machine |
This trips up teams building internal tools. Anthropic’s help centre states that custom connectors connect to your MCP server from Anthropic’s cloud, not from your local device, and that the server has to be reachable over the public internet. An MCP server sitting behind a corporate firewall will not answer a custom connector added on claude.ai.
If the integration genuinely needs to touch files or apps on the machine, the packaging is different. Local MCP servers are bundled as MCP Bundles and distributed as desktop extensions for Claude Desktop, and they go through a separate submission form rather than the directory portal.
Claude accepts Streamable HTTP and the legacy HTTP plus SSE transport, with the legacy option being deprecated. Tool results on Claude.ai and Desktop are capped near 150,000 characters, and a single tool call times out after 240 seconds. Those are useful numbers when you are deciding how much work one tool should do.
Connectors are not a paid add-on. Anthropic’s help centre says web connectors are available for all users on Claude, Cowork, Claude Desktop and Claude Mobile, and that custom connectors using remote MCP work on Free, Pro, Max, Team and Enterprise plans. Free accounts get 1 custom connector.

Individual users add a custom connector from Customize, then Connectors, then Add custom connector, and paste the server URL. Anthropic attaches a warning worth repeating: custom connectors let you connect Claude to arbitrary services that have not been verified by Anthropic. Connect to servers you trust, read the permissions, and stay alert to prompt injection.
On Team and Enterprise plans, only Owners add a connector for the organization. Members then connect their own accounts to it. Owners can set what each connected service is allowed to do, with actions marked Always allow, Needs approval or Blocked. Team members without that permission see a Request button on a directory listing, which sends it to an admin.
The same catalog serves Claude.ai, Cowork, Claude Desktop, mobile and Claude Code. Skills, connectors and plugins now sit in one directory under Customize, with a separate tab for anything shared across your organization.
The public Connectors Directory listed 816 connectors when we checked it in September 2026. You can filter by category and by type (web, desktop extension or interactive) and sort by recommended, most popular, trending, newest or alphabetically. Categories run from developer tools and productivity to healthcare, legal and financial services.
The directory carries both labels. Verified connectors have been tested by Anthropic for quality and compatibility and met the Software Directory Policy at the time of review, though Anthropic is careful to say verification is not a security audit. Community connectors are screened before listing but not reviewed in depth.
The label describes the review, not the power. Once connected, a community connector has the same capabilities and access as any connector you grant.
Older roundups of Claude integrations, this one included, used to publish a fixed table of supported apps. With 816 listings and a submission portal that is always open, that table is out of date the day it is written. Browse the live directory instead, then read the individual guides for the tools you actually use.
Related Read: Claude Spotify Integration in 2026: How to Connect It and What It Actually Does. That guide covers the setup steps, plan requirements and limits for one connector end to end, so this one does not repeat them.
Related Read: Using Claude with Chrome: AI That Works Across Your Browser
Related Read: Integrating Figma with Claude: AI That Codes What You Design and Using Claude with Apple Notes: AI That Thinks with You
A directory listing is a new shelf, and it behaves like an app store. Directory connectors are eligible for Suggested Connectors, which are in-chat recommendations Claude makes when your tool is relevant to the task. Every listing is included automatically, and ranking is usage-based. A connector added by URL gets none of that.

A listed connector can be browsed and searched inside the product, shows up as a named card with your logo rather than the word Custom, and gets a permanent listing URL you can put in your docs, your onboarding email or a Connect to Claude button. A custom connector has no in-product discovery at all.
For a SaaS product, that is a distribution question, not a content question. Your tool becomes reachable at the moment of intent, inside the assistant, without the user opening your app first.
Usage-based ranking rewards products that already have install bases. With 816 listings and more arriving through an always-open portal, the middle of that list is quiet. Being present is table stakes, and it does not answer the question that comes earlier in the buying journey: when someone asks an AI assistant which tool to use, does your brand get named?
That is a visibility problem, not an integration problem. It is the same work behind brand discovery through agentic search and getting a SaaS product cited by AI systems: structured, current, quotable content that models can reuse with confidence.
Getting listed is a product commitment. Submission runs through a portal inside Claude.ai organization settings, so you need a Team or Enterprise organization and directory management access. Individual plans cannot submit.
Your server also has to meet Anthropic’s security standards, use OAuth 2.0 for authenticated services, and annotate every tool with a title and either a read-only or a destructive hint. Local connectors must publish a privacy policy, and a missing one is an immediate rejection.
The listing itself is tightly framed: a name up to 100 characters, a tagline up to 55, a description up to 2,000, and 1 to 5 categories. That tagline is the entire positioning exercise, and you write it, not Anthropic.
Worth knowing before someone on your team ships to the wrong place. The Anthropic directory is independent of the open MCP Registry and the public servers repository. Publishing to those does not surface your server in Claude. Only a directory submission does.
MCP is the open standard and a connector is Claude’s version of it. The Model Context Protocol defines how an AI application discovers what a tool can do and then calls it. A connector is an MCP server that Claude has been pointed at, authorized against and allowed to use. Anthropic’s docs confirm directory and custom connectors run on the same MCP infrastructure, so the difference is review and discovery, not technology.
All of them. Anthropic’s help centre says web connectors are available for all users on Claude, Cowork, Claude Desktop and Claude Mobile, and that custom connectors using remote MCP work on Free, Pro, Max, Team and Enterprise plans. Free accounts are limited to 1 custom connector. On Team and Enterprise plans, only Owners add a connector for the organization, after which members connect their own accounts to it.
A remote MCP server is hosted on the internet and uses the Streamable HTTP transport, so Claude can reach it from any surface, including web and mobile. A local server runs on your own machine over stdio and works only in Claude Desktop and Claude Code. Most MCP servers are remote. Custom connectors are reached from Anthropic’s cloud, so your server must be reachable over the public internet.
The public directory listed 816 connectors in September 2026, across categories including productivity, developer tools, sales and marketing, financial services, healthcare and legal. You can filter by category and by type, meaning web, desktop extension or interactive, and sort by recommended, most popular, trending, newest or alphabetically. The same catalog serves Claude.ai, Cowork, Desktop, mobile and Claude Code.
Submissions run through a portal inside Claude.ai organization settings, so you need a Team or Enterprise organization and directory management access. Your remote MCP server must meet Anthropic’s security standards, use OAuth 2.0 for authenticated services, and give every tool a title and either a read-only or a destructive hint. Local connectors need a privacy policy, and a missing one is rejected immediately.
A listing is a discovery surface rather than a traffic channel. Directory connectors are eligible for Suggested Connectors, the in-chat recommendations Claude makes when a tool fits the task, and every listing is included automatically. Ranking is usage-based, similar to other app stores, so products with install bases sit at the top. For most brands, being named in the answer still matters more.
Pick the layer you actually need. If you want Claude to work across the tools your team already pays for, start in the directory and connect what is there. If you build software, the question is sharper: can a model use your product without a human clicking through your interface?
At upGrowth, we help growth and product teams answer that question in both directions, making the product usable by AI agents and making the brand visible in the answers those agents give.
Want a read on where your brand stands inside AI assistants? Book a free strategy session
In This Article