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.

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.

Build one MCP server per tool and one client per AI host, and every combination just works.

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.”

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.

Frequently asked questions

What does MCP stand for?

Model Context Protocol. It's an open standard that defines how AI models connect to external tools, databases, and APIs through a single shared protocol.

Who created MCP and when?

Anthropic released MCP as an open-source protocol in November 2024. In December 2025 it was donated to the Agentic AI Foundation, a fund within the Linux Foundation co-founded by Anthropic, Block, and OpenAI.

Why is MCP compared to USB-C?

Before USB-C, every device needed its own proprietary cable. Before MCP, every AI-model-to-tool connection needed its own custom integration — the 'N×M problem.' MCP collapses that into one universal protocol, so any compatible AI host can connect to any compatible tool.

Which companies support MCP?

Anthropic (Claude Desktop, Claude Code), OpenAI (ChatGPT desktop), Google DeepMind, Microsoft, Salesforce, Block, Cloudflare, and Replit, among others. IDEs like Cursor, Zed, and Windsurf embed MCP clients natively.

Is MCP actually used in production?

Increasingly, yes — but be careful with the numbers. A widely repeated claim of 78% enterprise production adoption wasn't well-sourced; a cleaner 2026 survey put roughly 41% of software organizations in some form of production use. Strong for a young protocol, but more modest than the hype.

Do I need to build an MCP server to use it?

Usually not. With roughly 10,000 public MCP servers already available, most teams connect their AI to tools they already use by configuring an existing server, not writing one — typically an afternoon's work rather than a project.

About Aditya Marin Gasga

Founding Editor

Aditya covers the whole AI surface area for Signal — frontier models, agent infrastructure, the economics of inference, and the policy decisions that quietly shape what everyone else can build. He writes for operators who need a calibrated view of what's actually shipping versus what's keynote theatre.

  • Founder of Signal; sets the publication's editorial line
  • A decade across product, growth, and AI tooling at venture-backed startups
  • Reads the model release notes, the system cards, and the benchmark papers — and tells you which ones matter
More from Aditya Marin Gasga →