What is MCP (Model Context Protocol) in plain English?

MCP (Model Context Protocol) is an open standard, released by Anthropic in November 2024, that lets AI models connect to business tools and data through one common interface instead of a custom integration for every pairing. A plain-English

25 Nov 2024Date Anthropic released MCP as an open standardAnthropic, November 2024
54%Of UK SMEs using AI in some form by 2026 (up from 23% in 2023)BCC and University of Essex, March 2026
~2.4mUK businesses using AI daily but not yet connected to their own systemsTom & Co analysis of BCC/Essex and gov.uk data, July 2026
~2,000MCP servers listed in the public registry within a year of launchModel Context Protocol project, November 2025

MCP (Model Context Protocol) is an open standard, released by Anthropic on 25 November 2024, that lets an AI model connect to your business tools and data through one common interface instead of a custom integration for every pairing. OpenAI, Google and Microsoft have all adopted it, and in December 2025 it moved to neutral governance under the Linux Foundation's new Agentic AI Foundation.

What problem does MCP actually solve?

Before MCP, every AI application needed a bespoke connector for every tool or database it touched, and every tool needed separate work for each AI app that wanted to use it. Three AI apps talking to four business systems meant twelve custom connections, each built and maintained on its own.

Developers call this the "M times N" problem: M applications times N tools equals a lot of one-off wiring. Anthropic's original announcement, published on 25 November 2024, described MCP as a way to replace that fragmented wiring with a single, open protocol that any AI application and any tool can both speak.

Think of it less as a clever new feature and more as plumbing. Once a tool "speaks" MCP, any MCP-compatible AI application can use it without a developer writing a new adapter first (the unglamorous kind of infrastructure that quietly saves months of engineering time).

How fast has MCP been adopted since November 2024?

MCP shipped from Anthropic as one company's proposal. It didn't stay that way for long.

OpenAI added support in its Agents SDK within four months, and by early 2026 Google DeepMind and Microsoft had done the same. In December 2025, Anthropic handed governance of the protocol to a new neutral body, the Agentic AI Foundation, under the Linux Foundation, co-founded with OpenAI, Google, Microsoft, AWS and Block.

The protocol's own ecosystem grew just as fast. By its first anniversary in November 2025, the public MCP registry held close to 2,000 listed servers, tended by a community of more than 2,900 contributors. That's not a niche developer curiosity any more, it's rapidly becoming the plumbing everyone assumes is there.

How does MCP work, in plain English?

MCP has three moving parts, and once you can name them, the rest of the jargon stops being scary.

The host

The host is the AI application itself, the tool your team actually opens: a chat assistant, a coding tool, a customer service console. It's what asks the questions.

The client

The client lives inside the host and manages one live connection to one server. If your AI assistant talks to three separate systems, it's running three clients behind the scenes, one per connection.

The server

The server is the piece that exposes a specific tool or dataset (your CRM, your finance system, your document store) in a format MCP understands. Whoever owns that system builds or installs an MCP server for it once, and every compatible AI app can then use it.

The analogy that sticks: think of MCP like a standard wall socket. Once an appliance has the right plug, it works with any socket built to that standard, rather than needing a different plug for every wall.

Why does MCP matter if you're not a developer?

Most UK businesses have already tried the generic version of AI: a chat assistant answering from general knowledge. Far fewer have connected that assistant to their actual operational data, the systems where the real decisions get made.

According to the British Chambers of Commerce and University of Essex's Future of Work: AI in the Workplace report, published March 2026, 54% of UK SMEs were using AI in some form by 2026, up from 35% in 2025, 25% in 2024 and 23% in 2023. Only around 11% had gone beyond generic tools like ChatGPT and Copilot into deeper, bespoke integration with their own systems.

Tom & Co analysis: combining the BCC and University of Essex's 2026 figures (54% using AI in some form, 11% integrated deeply) with gov.uk's Business Population Estimates 2024 (5,499,000 UK private-sector businesses) suggests roughly 2.4 million UK businesses sit in that gap, using AI day to day but not yet connected to the systems that would make it count.

That gap is exactly the space MCP is built for. It's the plumbing that turns "we use ChatGPT" into "our AI assistant can actually see our stock levels, our invoices, our support tickets."

Picture a 40-person UK accountancy practice. Every partner already has a ChatGPT or Copilot licence, and everyone uses it for drafting emails and summarising documents. None of that touches the practice management system where client records, deadlines and billing actually live. An MCP server built once for that system lets the same assistant check a filing deadline or a client's outstanding balance without a single line of custom code per employee.

What's the difference between MCP and the AI tools you already have?

Most teams are already using some kind of AI integration, whether that's a vendor-built plugin or a custom API script a developer wrote last year. MCP doesn't replace those overnight, but it changes the economics of building the next one.

Dimension

Custom point-to-point integration

Vendor-specific plugin

MCP server

Who builds it

Your developer or a contractor, from scratch

The software vendor, for their product only

Anyone, once, for any MCP-compatible AI app

Works with which AI apps

Only the one it was written for

Only that vendor's assistant

Any MCP-compatible app: ChatGPT, Claude, Copilot, Gemini and others

Effort to add a new AI app

Build a new integration from scratch

Wait for the vendor to support it

None, if a server already exists

Who maintains it

Your team, indefinitely

The vendor

Whoever hosts the server: you, a vendor, or the community

Governance since December 2025

None, informal

Vendor's own terms

Agentic AI Foundation, under the Linux Foundation

The practical upshot: a business that adopts MCP-compatible tools spends less time waiting for a specific vendor to build a specific connector, and more time deciding which of its systems are worth connecting first.

What are the risks and governance considerations of adopting MCP?

Standardising how AI reaches your systems doesn't remove the need to think about security, it just moves where that thinking has to happen. The US National Security Agency's May 2026 guidance on MCP flags prompt injection and unauthorised "confused deputy" access as the two risks to design around from day one.

In plain terms: an MCP server should only be given the permissions it genuinely needs (read-only access to a reporting database, say, rather than full write access to your finance system), and every connection should be logged so an unusual request stands out.

There's a UK-specific angle too. Where an MCP server passes personal data between a model and your systems, that's a processing activity the ICO's guidance on AI and data protection expects you to document and be able to explain, the same as any other automated process.

None of this means MCP is riskier than what you're doing today. Most businesses already have AI tools with some access to internal data, just without a consistent way to see or control it. MCP makes that access visible and standard, which is what makes it governable in the first place.

Where the server runs also matters. An MCP server can sit inside your own network, in a UK or EU data centre you control, or on infrastructure hosted by a vendor. For anything touching client or employee personal data, treat "where does this server run, and who can see the traffic" as a procurement question, not an afterthought to raise once the contract is signed.

What should a UK leader do about MCP this quarter?

You don't need to understand the protocol's internals to make a sensible call on it. Four practical steps get you started.

  • Audit what's already connected. List every AI tool your teams use and what, if anything, it's plugged into today. Most leaders are surprised how little is actually connected.

  • Pick one system to connect first. Choose a single, well-understood dataset (a CRM, a ticketing system, a finance report) rather than trying to connect everything at once.

  • Ask vendors the direct question. "Do you offer an MCP server, and what permissions does it request?" is now a fair procurement question for any AI tool you're evaluating.

  • Set the permission model before you switch anything on. Decide who can read what, and who can write what, before the first server goes live, not after.

The businesses getting genuine value from AI in 2026 aren't the ones with the most subscriptions. They're the ones whose AI can actually see the data that matters, safely. MCP is the standard that makes that connection cheaper to build and easier to govern.