In this article I want to share my explanation what is MCP with focus on non-tech people, with no tech jargon. What it is, whether you need it, and the one security rule you should never ignore.

Here is the five‐minute version for people who use AI and have no intention of building it — three questions, zero jargon.

By the end of this article, you will have clear answers to three questions:

  1. Do I need to care about MCP?

  2. What is MCP, in plain English?

  3. What do I actually need to know before using it?

Lets begin.

Q1 Do I need to know what MCP is?

Honest answer first: probably not.

If your relationship with AI is type question → read answer → copy → paste → close tab, you do not need MCP. You're using AI as an extremely well‑read intern who isn't allowed to leave the room. That's a completely legitimate way to use it. But if you are here, reading this article, then you've already noticed the shift… AI stopped being a thing that answers. It started being a thing that does (we have been talking about Agentic AI here)

Old way: you ask AI to write a reply to a customer. It writes a beautiful reply. You select it. Copy. Switch tabs. Paste. Fix the formatting. Hit send.

New way: you ask AI to reply to the customer. It replies to the customer.

The intelligence didn't change. The reach did.

  • The AI is the brain. It decides what to say.

  • MCP is the hands. It opens the inbox and clicks send.

Or if you prefer kitchens: you can hire a chef who stands beside you narrating the recipe while you burn the onions. OR you can hire a chef who cooks and hands you the plate. Same chef, same knowledge. The only difference is whether he's allowed to touch the pan.

Want AI to act, not just answer? You need to understand MCP—not how to build it, just how it works.

Q2 So what is MCP?

MCP stands for Model Context Protocol. Anthropic published it in November 2024 and — here's the interesting part — gave it away as open standart.

Open standard, free for anyone, including direct competitors. Original announcement here.

Which raises the obvious question. Why hand your rivals a gift?

Because the problem was making everybody miserable, and nobody could fix it alone.

The problem

Before MCP, connecting an AI to a tool meant somebody building that specific connection by hand. Want ChatGPT to read your Gmail? Someone builds it. Want Claude to read your Gmail? Someone builds that, separately. Slack, Drive, Notion, Stripe, your CRM — each one from scratch, for each AI tool.

Four AI tools and five services isn't nine jobs. It's twenty. And every one of them breaks on its own schedule.

The fix

It's the boring fix that always works: everyone agrees on the shape of the plug.

You've lived through this one already. Remember the drawer? Every device with its own charger, its own dongle, its own proprietary brick. Then USB‑C happened and the drawer became one cable.

MCP is USB‑C for AI tools. A service builds one MCP server, and every AI that speaks MCP can use it. An AI tool learns to speak MCP once, and it can use every MCP server that exists.

Nobody involved will say this out loud, but the reason it won is that it's boring. Standards always win by being boring.

“But isn't that just an API?”

Fair. APIs are how software has talked to other software for about thirty years. The entire internet is held together with them. So what's new?

APIs are written for developers. They come with documentation you're expected to read and code you're expected to write. They assume a human engineer on the other end who'll work out the quirks.

MCP is written for models. It describes the same tools in a format an AI can pick up and use straight away, with nobody translating first.

And here's what most explainers get wrong: MCP does not replace APIs. It sits on top of them. The API is still down there doing the actual work. MCP is the label on the box.

Q3 So, What do I actually need to know?

Three things.

1. Plugins, connectors, integrations, MCPs — increasingly the same thing

Different products use different words because marketing departments exist. Underneath, more and more of them are MCP. If your AI tool has a “Connectors” menu, you've already used MCP without anyone telling you. Don't let the vocabulary make you feel behind.

WORDS THAT OFTEN MEAN MCP

Connectors / Plugins / Integrations / Extensions / Tools / Apps

2. There are four places to get one, and they are not equally safe

Most people never need to go past step two. Start with what's already built into your tool. If it's not there, go to the service's own website and look for MCP in their docs — if the company built it themselves, that's the one you want.

Only then reach for a directory. And keep this in your head when you do: mcp.so alone lists over twenty thousand servers. Somebody has almost certainly built the thing you want. That is not the same sentence as somebody trustworthy having built it.

3. Every MCP you connect is a door you're leaving open

Which brings us to the VERY IMPORTANT part, and from my research - most technical videos skip - SAFETY.

!!! IMPORTANT: The bit that actually matters

An MCP connection is permission. That's not a side effect, that's the whole product. When you connect one, you're handing an AI system the ability to do things inside your accounts — read your files, send messages as you, change records, move money.

That's the point. It's also the risk. And it's not theoretical: security researchers filed dozens of MCP vulnerabilities in the first two months of 2026 alone, and there have already been real production incidents, including data leaking between different companies' accounts.

Every MCP tool ships with a description telling the AI what it does. You see a short, friendly summary in the interface. The AI reads the full text. If somebody malicious wrote that description, they can bury instructions in it that the model obeys and you never see.

The AI isn't being hacked here. It's being told what to do by a tool you installed, and it can't reliably tell the difference between an instruction from you and an instruction hidden in a description.

Four rules that cover most of it

  1. Work down the trust ladder, not up it. Built‑in beats official beats directory beats homemade. Every step down, you're trusting a bigger stranger.

  2. Check the permissions match the job. A weather tool does not need access to your files. If what it's asking for doesn't match what it's for, that's your answer.

  3. Use the AI to check the AI. Before installing anything from a directory, paste the link into your assistant and ask: who publishes this, when was it last updated, what permissions does it want, does anything look off. It won't catch everything. It catches a lot.

  4. Stay in the loop for anything you can't undo. Sending money, deleting files, emailing your whole list. Read‑only access is a completely different risk from send‑and‑delete access. Start read‑only.

You wouldn't hand a stranger your house keys because their website looked nice. Same energy.

In the next articles, we’ll explore AI safety, security hygiene, access levels, and permissions. Agentic AI offers incredible opportunities—but the more power we give it, the more important it becomes to understand the safety rules first.

What do youthink of today's newsletter?

Your opinion helps us understand what we’re doing well and where we can improve.

Login or Subscribe to participate