Agentic Classroom

What an MCP actually is, in plain words

Everyone in AI started saying MCP this year. Here is what it means, why it changes what an assistant can do for you, and the first one worth connecting.

What an MCP actually is, in plain words

For two years, using AI meant copying things into a chat box and copying the answer back out. You were the integration. You fetched the document, you pasted the data, you took the output and put it where it belonged. The model was clever and completely cut off from your actual work.

Introduced November 2024, by Anthropic
Full name Model Context Protocol
Major adopters OpenAI, Google Cloud, Microsoft, AWS (2025)
Governance Transferred to the Linux Foundation in late 2025

MCP is the plug that ends that. It stands for Model Context Protocol, and the least boring way to describe it is this: it is a standard way for an AI assistant to reach your real tools and files, instead of only talking about them.

The USB analogy, and where it breaks

Most explanations call MCP the USB-C of AI, and that is close enough to be useful. Before USB, every device needed its own cable. Before MCP, every AI product needed a custom integration for every tool it wanted to touch, which meant most of them touched nothing.

Where the analogy breaks is worth understanding, because it is the part that matters for you. USB moves data. MCP grants capability. When you connect an MCP server, you are not just letting the model read something, you are giving it the ability to do something: search a folder, query a database, open a ticket, send a draft. That is a different kind of decision, and it deserves a moment of thought rather than a reflex click.

What actually changes for you

The practical shift is that the assistant stops being a writer and starts being a worker. Some things that become normal once tools are connected:

  • Ask a question about your own files and get an answer from the files, not from a general impression of the world
  • Hand over a task that spans three tools, where before you were the one carrying data between them
  • Get work that reflects your real context: your naming, your history, your last quarter, rather than a plausible average

None of this makes the model smarter. It makes it informed. Most bad AI output is not a reasoning failure, it is a context failure, and this is the fix for a large share of it.

The first one to connect

Start with your own files. A filesystem or documents connector is the highest value and the easiest to reason about, because you already know what is in there and you can tell instantly whether the answers are grounded.

  1. Pick the assistant you already use daily. Look for a connectors, tools, or MCP section in its settings.
  2. Connect one thing, not five. Your documents folder is the right first choice.
  3. Ask it something you already know the answer to. This is the test. If it gets your own material wrong, you have learned something important before you trusted it with anything real.
  4. Only then add a second tool, and prefer read-only access until you have watched it work for a week.

The part people skip

Granting a tool is a permission decision. Ask what the connector can reach, whether it can change things or only read them, and who wrote it. Prefer connectors published by the company whose tool it is. Treat a random community connector to your email the way you would treat handing a stranger your inbox, which is to say, not casually.

The people who get value from AI this year will not be the ones with the best prompts. They will be the ones whose assistants can actually see their work.

Why this is worth your Tuesday

The protocol is moving fast and the labs have converged on it, which means the skill of wiring an assistant into real work is about to be assumed rather than impressive. It is a small thing to learn, it takes an evening, and it puts you in the group of people who describe what AI does at their job in specifics instead of adjectives.

That group gets hired. Not because they know a protocol name, but because they can point at a workflow that used to take four hours and now takes twenty minutes, and explain exactly how.

Prompts you can use

Paste these straight in. Change the parts in square brackets and nothing else.

Audit what to connect first
You are a pragmatic IT advisor. I want to connect my AI assistant to my real tools using MCP, but I do not want to grant access carelessly.

My situation:
- Role: [your role]
- Tools I use daily: [list them]
- Data I handle that is sensitive: [client data / financials / health records / none]

Ask me up to three clarifying questions first if you need them. Then give me:
1. The single connector I should set up first and exactly why it is the safest useful starting point
2. What that connector can and cannot reach, in plain words
3. Two things I should NOT connect yet, and what would need to be true before I did
4. A five minute test that would tell me it is working properly

Be concrete. If any of this depends on which assistant I use, say so rather than guessing.

Replace the bracketed lines before sending. It will not know your company's policies, so treat its answer as a starting point, not approval.

Test a connector honestly
I have just connected [tool name] to my AI assistant.

Test whether it is actually working rather than pretending to. Ask me for a specific fact that exists in that tool and that you could only know by reading it. Then tell me plainly whether you retrieved it or inferred it.

If you could not access the tool, say so directly instead of producing a plausible answer.

This is the check most people skip. An assistant that is not really connected will still answer confidently.

Takeaways

  • Connect a documents or filesystem connector first in your AI assistant’s settings, and limit it to a single folder before adding anything else.
  • Before connecting any new tool, check whether its access is read only or read write, and who published it.
  • Test a new connector by asking it a question you already know the answer to, so you catch ungrounded answers before trusting it with real work.
  • Hold off on connecting inboxes or financial tools until you’ve watched a lower stakes connector work correctly for about a week.
  • Use the two prompt templates in the article to audit what to connect first and to verify a connector is actually retrieving data rather than guessing.

Questions people actually ask

What does MCP stand for?

MCP stands for Model Context Protocol, an open standard Anthropic introduced in November 2024. It defines a common way for an AI assistant to connect to outside tools and data, like your files, a database, or a ticketing system, instead of needing a custom built integration for every single tool a product wants to support.

Does MCP only work with Claude, or other AI assistants too?

MCP started as an Anthropic project but is no longer Claude only. OpenAI added support across its Agents SDK, Responses API, and ChatGPT desktop app in 2025, and Google Cloud, Microsoft, and AWS have integrated it as well. Anthropic has since handed governance of the protocol to the Linux Foundation, so it now functions as a shared, vendor neutral standard.

Is it risky to connect an MCP server to my email or files?

It can be, because connecting a tool is a permission grant, not just a data feed. Before connecting anything, check whether the connector can only read your data or can also change it, and prefer connectors published by the company that owns the tool over unfamiliar community built ones, especially for anything touching email or financial accounts.

How is MCP different from an API integration or a ChatGPT plugin?

Older approaches like custom API integrations or provider specific plugins had to be rebuilt for every assistant and every tool pairing. MCP standardizes that connection once, so a tool built as an MCP server can be reached by any MCP compatible assistant, and an assistant that supports MCP can reach any MCP server without one off custom code.

What’s the safest first MCP connector to set up?

A filesystem or documents connector is generally the easiest starting point, because you already know what is in your own files and can immediately tell whether the assistant’s answers are actually grounded in them. Start with read only access to one folder, test it with a question you already know the answer to, then expand from there.

Sources

  1. Introducing the Model Context ProtocolAnthropic
  2. What is the Model Context Protocol (MCP)?Model Context Protocol
  3. OpenAI Adopts Model Context Protocol to Boost LLM Tool IntegrationDeepLearning.AI (The Batch)
  4. One Year of MCP: November 2025 Spec ReleaseModel Context Protocol Blog

What happens next

MCP’s governance moved to the Linux Foundation in late 2025 with backing from Google, Microsoft, AWS, and OpenAI, which points toward it staying a shared standard rather than one company’s format. Expect more mainstream apps to ship their own official MCP servers over the next year, and watch for clearer permission and audit norms as read write connectors, not just read only ones, become more common.

Share this
Come find me

The daily thinking
lives on the feeds.

Long form here. The working notes, the arguments and the things that did not fit go out most days.

← All writing