Task guide

Give Claude your tools.
Four ways in, one honest map.

MCP is the standard everyone agreed on, which is exactly why the hard parts are no longer technical. They are which plan you are on, who is allowed to say yes, and what you are paying in tokens before Claude does any work.

00

The short answer.

There are four real ways to connect Claude to a company's tools, and only one of them needs an engineer. The Connectors Directory is the default: over 950 MCP servers as of July 2026, split between connectors Anthropic has reviewed and community ones that pass only automated checks. A custom remote connector points Claude at any MCP server by URL and works on Free, Pro, Max, Team and Enterprise, though Free is capped at one and on Team or Enterprise an Owner has to add it to the organisation before anyone can connect. A desktop extension is a .mcpb bundle that runs an MCP server on your own machine, and it is the only path to a system behind your firewall, because remote connectors are called from Anthropic's cloud rather than from your laptop. Failing all of those, you write your own server against the spec. What decides between them is rarely capability. It is where the data sits, who is allowed to approve the connection, and how many tool definitions you are willing to pay for on every single message.

Claude and MCP at a glance
At a glance 
Is there an official way?Yes. Claude's Connectors Directory listed over 950 MCP servers as of 28 July 2026. Anthropic splits them into verified connectors it has reviewed for security, reliability and compatibility, and community connectors that pass automated checks but are not reviewed in depth.
Plans it needsCustom connectors using remote MCP work on Free, Pro, Max, Team and Enterprise, with Free limited to one. On Pro and Max you add one yourself; on Team and Enterprise an Owner adds it to the organisation first, then each member authenticates their own account.
Where it runsClaude connects to a remote MCP server from Anthropic's cloud, not from your device. Anything on a private network, behind a VPN or behind a firewall will not connect unless you allowlist Anthropic's IP ranges or run the server locally instead.
Who has to approve itAn Owner on Team and Enterprise. On Enterprise, custom roles can set each connector - and each individual tool inside it - to always allow, needs approval, or blocked.
Time to set upMinutes for a directory connector once the approval lands. An afternoon for a server you write yourself, and the authorisation is the long pole, not the tools.
What it costsTool definitions are billed as input tokens before Claude does anything. Anthropic's own worked example puts a five-server setup at roughly 55,000 tokens of definitions, which its tool search cuts by more than 85%.
Biggest limitationAnthropic reviews connectors against its listing criteria but states plainly that it does not security-audit or manage any MCP server, and that a remote server can change its behaviour after you have approved it.
01

Side by side.

Six paths, eight questions that actually decide between them. A tick means the path does this today without you building it; a dash means it does it with a condition attached, and the condition is written under the dash.

Claude and MCP: what each option can and cannot do
CapabilityDirectory connectorAnthropicCustom remote MCPAny vendorDesktop extensionRuns locallyZapier MCPZapierA server you writeYour teamBeagleUs
No code to writeYesPartlyIf the vendor hosts oneYesInstall is a double-clickYesNoYes
Works on Free, Pro and MaxYesPartlyFree: one onlyYesDesktop app onlyYesZapier plan appliesYesAny planYesNo Claude plan needed
Reaches a system behind your firewallNoCalled from the cloudPartlyAllowlist Anthropic's IPsYesRuns on the machineNoPartlyLocal server onlyNoCloud OAuth only
An admin can restrict it per toolYesEnterprise custom rolesYesEnterprise custom rolesPartlyAllowlist, not per toolNoZapier side onlyPartlyYou write the checksYesPer-tool toggles
Acts under each person's own permissionsYesPer-user OAuthYesPer-user OAuthPartlyWhatever the machine reachesNoZapier's own connectionPartlyYou design itYesYour existing grants
Runs when nobody is in the chatNoNoNoPartlyZaps, not ClaudePartlyYou build itYesScheduled and ambient
Security-reviewed by AnthropicPartlyVerified ones onlyNoNoNoNoNoNot an Anthropic product
Nothing to pay beyond your Claude planYesTokens still countYesTokens still countYesNo2 tasks per callNoHosting and tokensNoFree tier, then credits
02

What each one actually is.

All four Anthropic paths speak the same protocol, so the differences are not about what Claude can do. They are about where the server runs, who is allowed to turn it on, and who is accountable when it misbehaves.

03

Step by step.

The path most teams should take is a directory connector, so that is the walkthrough. The order matters more than it looks: two of these steps are the ones people skip and then spend a fortnight undoing.

  1. Decide whether the tool has to be reached from the cloud

    This single question picks your path. Claude calls remote MCP servers from Anthropic's infrastructure, so a system that only answers inside your network cannot be a remote connector unless you allowlist Anthropic's IP ranges. If that is not going to happen, you want a desktop extension running locally instead, and you want to know that now rather than after the security review.

    Check firstIs the server reachable from the public internet?

  2. Look for it in the directory before you build anything

    Most mainstream tools now publish their own MCP server, and a vendor-hosted server is one you do not have to maintain. Check whether the listing is verified or community: both work identically once connected, but only verified connectors have been reviewed by Anthropic for security, reliability and compatibility.

    Whereclaude.com/connectors

  3. Have an Owner enable it for the organisation

    On Team and Enterprise, a member cannot add a connector until an Owner has added it at the organisation level. Enabling it does not give anyone access to anything - it only makes the connector available. Each person still authenticates their own account afterwards, which is what keeps Claude inside their existing permissions.

    WhereOrganization settings, then Connectors

  4. Set the ceiling before you invite anyone in

    Owners can limit what a connected service is allowed to do across the whole organisation, for example allowing reads while preventing every write. On Enterprise, custom roles go further: each connector, and each tool inside it, can be set to always allow, needs approval, or blocked. Blocked tools are filtered out before Claude ever sees them.

    NoteThe org-wide policy is a ceiling. A role cannot widen it.

  5. Connect your own account

    Each person authenticates through OAuth, so no password is shared and Claude inherits that individual's permissions in the connected system rather than a shared service account's. Read the consent screen properly - the connector provider's own terms and privacy policy are usually presented on it, not Anthropic's.

    WhereCustomize, then Connectors, then Add

  6. Turn off the connectors you are not using

    Every connected tool's definition is sent to the model as input tokens before Claude does any work. Anthropic's own figure for a five-server setup is roughly 55,000 tokens of definitions, and it tells claude.ai users directly that connectors are token-intensive and worth switching off when idle. If you are running ten or more, move tool access to on-demand rather than always-available.

    WhereTool access modes in settings. Auto is the default.

  7. Decide your prompt-injection posture before you widen access

    Anthropic's guidance is that a hosted server can change behaviour at any point after you approved it, so your install-time trust decision may not still apply, and that anything outside its directory should be treated as untrusted. Start with read-only connectors on low-sensitivity systems, keep write actions on needs-approval, and widen once you have watched it behave.

04

What trips people up.

The things that turn an afternoon into a quarter, roughly in the order teams hit them.

A connector gets Claude to your data. Somebody still has to open the chat, know what to ask, and remember to ask it on a Friday.
05

Or skip the build.

If what you want is not "Claude, plus our tools" so much as "the work done, using our tools", that is a different product shape. Beagle arrives in Slack or Teams already able to connect, and runs whole jobs rather than answering one question at a time.

01

No connector budget to manage

Beagle does not spend your Claude context on tool definitions, because it is not sitting inside your Claude plan. There is no always-available versus on-demand decision to get wrong, and no five-figure token bill before the first useful answer.

02

It works under the grants you already gave

Beagle connects through your own OAuth, so it reaches exactly what you reach in the CRM, the inbox and the tracker. Tools can be switched off one at a time per connection when you want a narrower blast radius.

03

It starts work nobody asked for

The weekly report drafted before the standup, the renewal flagged while there is still time to act, the quiet account surfaced. A connector waits to be queried. Noticing is the point.

04

Every outbound action waits for a nod

Beagle drafts the reply, the update and the record change, then holds all of it for a human's approval. Nothing reaches a client or a system of record on the AI's own authority.

06

Plugged into your stack.

OAuth in, every read scoped to the teammate who asked.

See every integration

07

Common questions.

Which Claude plans support MCP connectors?

Custom connectors using remote MCP are available on Free, Pro, Max, Team and Enterprise, with Free limited to a single custom connector. The difference between the tiers is who sets one up: on Pro and Max you add it yourself, while on Team and Enterprise an Owner has to add it to the organisation first, after which each member authenticates their own account. Desktop extensions work through Claude Desktop specifically, not the web app.

What is the difference between a connector, an MCP server and a desktop extension?

They are three names for layers of the same thing. MCP is the open protocol, stewarded by the Agentic AI Foundation under the Linux Foundation since December 2025. An MCP server is a program that speaks it and exposes some tools. A connector is how Claude refers to an MCP server you have connected, whether from the directory or by URL. A desktop extension is a .mcpb bundle that packages a local MCP server so it installs into Claude Desktop with a double-click and runs on your own machine.

Can Claude reach a tool on our internal network?

Not through a remote connector by default. Claude connects to remote MCP servers from Anthropic's cloud rather than from your device, so a server on a private network, behind a VPN or behind a firewall will not connect unless you allowlist Anthropic's IP ranges. The supported alternative is a desktop extension: it runs an MCP server locally over stdio, on the machine that can already reach the system, and needs no inbound access at all.

Do MCP connectors respect our existing permissions?

OAuth-based connectors do. Each person authenticates their own account, so Claude inherits that individual's permissions in the connected system rather than a shared service account's, and Owners can additionally cap what the connector may do across the whole organisation. Two paths break that model and you should know which you are on: a desktop extension runs with whatever access the machine has, and an automation platform's MCP server acts as the platform's own connection rather than as the person asking.

What is the difference between MCP and Claude Skills?

Anthropic's own framing is that MCP connects Claude to data while Skills teach Claude what to do with it, and that the two are meant to be used together. A Skill is a folder with a SKILL.md file and optional scripts, loaded progressively so it costs roughly a hundred tokens until it is triggered. Reach for MCP when you need live data or an action in another system, and a Skill when you need a repeatable procedure done consistently. One Skill can drive several MCP servers.

Is it safe to connect Claude to our production systems?

Treat it as a decision rather than a default. Anthropic reviews connectors against its listing criteria but says outright that it does not security-audit or manage any MCP server, and warns that a hosted server can change behaviour after you have approved it. The practical posture, and the one Anthropic's own CISO guidance describes, is an allowlist of connectors, read-only where possible, per-tool approval for anything that writes, and a start on low-sensitivity systems. The joint guidance CISA published with international partners in May 2026 says the same thing in fewer words: avoid granting broad or unrestricted access, and begin with low-risk cases.

Connect it once.
Then forget the plumbing.