Claude Code Basics Lesson 39 of 46
MCP: The Standard Plug Into Your Tools
- An MCP is a standard plug: it connects Claude Code to the tools you already use.
- The signal you need it: you keep finding yourself copying data into the chat from another window.
- Ready-made ones already exist for the most widely used tools, and you add them in a few steps.
- Only connect what you trust: whatever comes in from outside enters the conversation.
The limit of everything you've seen so far
Up to this point Claude Code lives inside one folder. It reads your files, edits them, runs commands. But your work doesn't all fit in one folder: there's email, the calendar, documents in the cloud, the management software, the place where you track things to do.
As long as those worlds stay outside, it's on you to be the bridge: you open the other window, copy, paste into the chat, read the reply, copy it back over. You're the bridge, and it's a job nobody wants.
The standard plug
The problem of connecting different tools is an old one: each has its own way of being talked to, and every connection would have to be custom-built.
MCP solves it by agreeing on a single format — it's an open protocol, not an Anthropic thing. Like an electrical outlet: if your tool exposes that plug, Claude plugs into it with no custom work.
In practice: whoever builds a service makes their connection available, you add it, and from then on Claude can read and act on that system the same way it does with your files.
What you actually do with it
Ask something that's sitting in the management software without opening it and without copying anything.
Have a reply drafted straight from the emails that came in.
Pull numbers from an archive or a database and put them into the format you use.
Have a job's record updated in the place where you keep track of things.
The way to tell if you need it is always the copy-paste: if you find yourself going back and forth between two windows, that bridge needs to go.
How you add one
You don't have to build anything: for the most widely used tools the connections already exist. There's a directory of verified connectors to start from, and in the desktop app you add them from the connectors screen without touching any configuration file. From the terminal there's a dedicated command.
From there on, the connection is simply one more tool the model can ask for — under the same rule as always: it asks, and the tool only runs if you allow it. The permissions you learned in chapter 5 apply here too.
What's next
Now you have skills, helpers, instructions and connections. That's a lot of stuff built by hand — and the natural question is: how do I carry it to another computer? How do I give it to a colleague? In the next lesson, plugins.
Did you get it?
Two minutes, no grade. Trying to answer — even getting it wrong — cements the concepts far more than rereading. Not in the mood? Skip it: the lesson still counts as complete.
What is an MCP, in one sentence?
It's a standard plug. Before, every tool would have needed a purpose-built connection; with a shared format, whoever exposes it becomes connectable with no custom work.
What's the signal that you'd need a connection?
Repeated copy-pasting is the symptom: you're acting as the bridge between two systems yourself. It's exactly the job a connection takes off your hands.
Why do you need to be careful about what you connect?
A connection brings text into the conversation that you didn't write. If something inside that text is phrased as an instruction, it still ends up in front of the model. That's why you only connect tools you trust, and permissions remain the safety net.
-
Chapter 1 Introduction
-
Chapter 2 What's Underneath
-
Chapter 3 You Choose the Engine
-
Chapter 4 First Time at the Controls
-
Chapter 5 What You Let It Touch
-
Chapter 6 What It Knows About You
-
Chapter 7 Skills
-
Chapter 8 How Many You Put to Work
-
Chapter 9 What It's Connected To
-
Chapter 10 Automating the Setup
-
Chapter 11 Wrap-Up