# What is MCP, the protocol quietly wiring AI into everything

> The Model Context Protocol went from a quiet Anthropic release to industry-standard plumbing in under two years. Here's what it is, why every major lab adopted it, and where the hype outran the facts.

- **Pillar:** Explainers
- **Author:** Aditya Marin Gasga (Founding Editor)
- **Published:** 2026-05-31T00:00:00.000Z
- **Tags:** mcp, model context protocol, ai agents, anthropic, integration

## TL;DR

The Model Context Protocol (MCP) is an open standard, released by Anthropic in November 2024, that defines one universal way for AI models to connect to external tools, data, and services — replacing thousands of custom one-off integrations. Often called 'USB-C for AI,' it was adopted by OpenAI, Google, and Microsoft within months, donated to the Linux Foundation in late 2025, and now has roughly 10,000 public servers. Real enterprise production use is strong but more modest than early hype suggested.

## Key takeaways

1. MCP is an open, vendor-neutral standard for connecting AI models to external tools and data — one protocol instead of N×M custom integrations.
2. Anthropic released it in November 2024; OpenAI, Google DeepMind, and Microsoft adopted it within months, which is what made it a real standard rather than one company's pet project.
3. It was donated to the Linux Foundation's Agentic AI Foundation in December 2025, removing single-vendor risk.
4. By mid-2026 there are roughly 10,000 public MCP servers — adoption faster than React's early curve.
5. Be skeptical of adoption stats: a widely-cited '78% in production' claim was corrected to around 41% by better-sourced surveys.

import PullQuote from '~/components/article/PullQuote.astro';
import Callout from '~/components/article/Callout.astro';

If you've watched the AI tooling world over the last year and felt like everything suddenly started connecting to everything else, there's a specific reason, and it has a name: the Model Context Protocol. MCP is the least glamorous and most consequential thing to happen to AI software since the models themselves got good. It's plumbing. And like all good plumbing, the whole point is that you stop having to think about it.

Here's what it actually is and why it took over.

## The problem it solves

Before MCP, connecting an AI model to a tool was a bespoke job every single time. You wanted Claude to query your database? Someone wrote a Claude-specific connector. You wanted ChatGPT to do the same? A different connector. Gemini? A third. Multiply that across every model and every tool a company uses, and you get what engineers call the N×M problem: N models times M tools equals an unmanageable sprawl of one-off integrations, each with its own authentication, data format, and ways to break.

MCP collapses that matrix. You build one MCP server per tool and one MCP client per AI host, and every combination works automatically. The analogy the industry settled on is USB-C: before it, every device shipped its own charger and you had a drawer full of incompatible cables; after it, one standard connects everything. MCP is that, for the connection between AI models and the outside world — exactly the before-and-after the diagram at the top of this piece traces.

<PullQuote pillar="explainers">Build one MCP server per tool and one client per AI host, and every combination just works.</PullQuote>

## Why it became a standard — the part that matters

Plenty of companies release open standards. Almost none of them become *the* standard. MCP did, and the reason is the sequence of who adopted it.

Anthropic released MCP in November 2024. On its own, that's just one company's protocol for its own products — easy to ignore. What changed everything was that OpenAI adopted it across its products, including the ChatGPT desktop app, within months. That single move reframed MCP from "Anthropic's thing" to "the neutral standard," because Anthropic's biggest rival had just endorsed it. Google DeepMind and Microsoft followed, and each adoption knocked down a specific objection: OpenAI's proved it wasn't proprietary, Microsoft's made it enterprise-credible, and eventually governance moved out of any single company's hands entirely.

That last step is the one to notice. In December 2025, Anthropic donated MCP to the Agentic AI Foundation, a fund within the Linux Foundation co-founded with Block and OpenAI. Handing a protocol to a neutral foundation is how you remove the single-vendor risk that makes companies nervous about building on someone else's standard. It's the difference between a protocol a company *owns* and infrastructure the industry *shares*.

## How fast this happened

The pace is genuinely unusual. By mid-2026 there are roughly 10,000 public MCP servers, with the official registry counting close to that and code-hosting platforms showing even more repositories tagged as MCP servers. For perspective that's been making the rounds: the protocol reached download numbers in about 16 months that took the React framework roughly three years. Whatever you think of the AI hype cycle, the adoption curve here is real and steep.

## Where the hype outran the facts

Now the honest part, because this is where a lot of coverage gets sloppy. A widely repeated statistic claimed something like 78% of enterprise AI teams were already running MCP in production. That number didn't hold up. A better-sourced 2026 survey of software organizations put the figure at roughly 41% in some form of production use — still strong for a protocol this young, but a very different claim from "almost everyone."

<Callout pillar="explainers" label="Be skeptical of the stat">A widely-cited **78%** "in production" figure was corrected to roughly **41%** by better-sourced 2026 surveys — strong for a protocol this young, but a long way from "almost everyone."</Callout>

The gap between those two numbers is worth sitting with, because it's the gap between "MCP has won" and "MCP is winning." The protocol is clearly becoming default infrastructure, the ecosystem is enormous, and the major players are aligned. But the survey data also flagged security as the leading blocker to broader production deployment — which is exactly what you'd expect from a standard that, by design, lets AI models reach into your real files, databases, and systems. Universal connectivity is powerful precisely because it's universal, and that's also why security teams move carefully.

## What to take from it

If you're building anything with AI in 2026, the practical message is direct: MCP is the connectivity layer, and not using it increasingly means accumulating technical debt for no reason. With around 10,000 servers already published, most teams can connect their AI to the tools they already use in an afternoon rather than a sprint — you configure an existing server far more often than you build one.

If you're just trying to understand where AI is headed, MCP is the quiet answer to a loud question. Everyone talks about models getting smarter. The thing that actually turns a smart model into a useful *agent* — something that can read your documents, query your systems, and take action — is the connective tissue. MCP is that tissue becoming standard. It's not the headline. It's the reason the headlines are possible.