Meet Grove. Your AI growth strategist. Get a free diagnosis in 4 minutes.
Try Grove Free
When your buyer asks AI, who gets named? Run a free check
Check AI Answer Gap
Transparent Growth Measurement (NPS)

Claude Connectors vs MCP: How They Differ, Who Gets Them, and Why the Directory Matters

Contributors: Amol Ghemud
Published: July 18, 2025

upGrowth Digital - Growth Marketing Insights

Summary

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.

Share On:

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.

Claude Connectors vs MCP: The Short Answer

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.

Claude connectors vs MCP comparison showing the open protocol on one side and the connector product on the other

MCP is the standard

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.

A connector is an MCP server Claude can reach

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.

Why the words get swapped

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.

What Is the Model Context Protocol?

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 4 parts of an MCP connection behind Claude connectors: host, client, server and transport

Hosts, clients and servers

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.

Tools, resources and prompts

Servers expose 3 primitives:

  • Tools: executable functions the model can invoke, such as a file operation, an API call or a database query.
  • Resources: data sources that supply context, such as file contents or records.
  • Prompts: reusable templates that structure an interaction.

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.

Who else supports it

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.

Remote vs Local MCP Servers, and What Claude Connects To

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.

Ways to connect a tool to Claude in 2026, and where each one runs
Connection typeWhat it isWhere it runsWorks inWho adds it
Directory connectorA remote MCP server reviewed by Anthropic and listed in the Connectors DirectoryOn the provider’s servers, over Streamable HTTPClaude.ai, Cowork, Desktop, mobile, Claude CodeAny user whose plan and organization allow it
Custom connectorA remote MCP server you add yourself by pasting its URL, with no Anthropic reviewOn the provider’s servers, reached from Anthropic’s cloudThe same surfaces as a directory connectorFree to Enterprise users, Owners only on Team and Enterprise
Desktop extensionA local MCP server packaged as an MCP BundleOn your own machine, over stdioClaude DesktopThe person using that machine
Local server in Claude CodeAn MCP server the CLI launches on your machineOn your own machine, over stdioClaude CodeThe developer on that machine

Custom connectors run through Anthropic’s cloud

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.

Desktop extensions are the local route

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.

What Claude supports on the wire

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.

Which Claude Plans Get Connectors

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.

Claude connector access by plan, from Free through Pro, Max, Team and Enterprise

Free, Pro and Max

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.

Team and Enterprise

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.

Where they work

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.

What Is Inside the Connectors Directory

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.

Verified and community listings

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.

The tool list is longer than any blog post can hold

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

What Connector Directories Mean for Brand Discovery

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.

Checklist for listing a product in the Claude connectors directory, from OAuth to privacy policy

What a listing actually buys you

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.

Why it is not a free traffic channel

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.

The entry requirements are real

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.

Publishing elsewhere does not put you in Claude

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.

Claude Connectors and MCP: FAQs

What is the difference between Claude connectors and MCP?

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.

Which Claude plans include connectors?

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.

What is the difference between a remote and a local MCP server?

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.

How many connectors does Claude have?

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.

How do I get my product listed in the Connectors Directory?

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.

Do Claude connectors help my brand get discovered?

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.

Your Next Move

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

About the Author

amol
Optimizer in Chief

Amol has helped catalyse business growth with his strategic & data-driven methodologies. With a decade of experience in the field of marketing, he has donned multiple hats, from channel optimization, data analytics and creative brand positioning to growth engineering and sales.

Download The Free Digital Marketing Resources upGrowth Rocket
We plant one 🌲 for every new subscriber.
Want to learn how Growth Hacking can boost up your business?
Contact Us
Contact Us