Area 6

The Model
Context Protocol

One open standard for connecting any AI application to external tools and data — the connective tissue of the 2026 ecosystem.

What MCP is

"USB-C for AI."

An open standard introduced by Anthropic in November 2024, for connecting AI applications to external systems. It solves the N×M integration problem — every model × every tool needing its own custom connector.

Just as USB-C gives every device one standard plug, MCP gives every AI app one standard way to connect to outside tools and data.
The analogy comes straight from the official docs at modelcontextprotocol.io.
Why it matters

Write once, connect everywhere.

Build one MCP server and any MCP-compatible host can use it, instead of bespoke integrations per model and tool. The official docs compare its effect to how the Language Server Protocol standardized editor language support.

Before: N × M

Every model needs a custom connector for every tool. Integrations explode combinatorially.

After: N + M

Each model speaks MCP; each tool exposes an MCP server. Everything interoperates.

Common servers & use cases

If you're copy-pasting into chat, use a server.

IDEs like Cursor, Zed and Windsurf embed MCP clients natively. The signal to reach for a server: you're shuttling data from a browser into a prompt by hand.

GitHub

Read issues and code, open and review pull requests, leave comments — without leaving your editor.

Slack

Read recent messages in a channel and post an update or summary back to the team.

Google Drive

Find a document by name and pull its contents into context to answer questions about it.

Postgres · MySQL · SQLite

Inspect the schema and run read-only queries to answer questions straight from the database.

Filesystem

List a folder and read or write files, so the agent can work with local documents and code.

Jira · Asana

Look up tickets or tasks and create or update them as work progresses.

Puppeteer / browser

Open a web page, click and fill forms, and grab the rendered content for the model to use.

Adoption state · 2026

From experiment to industry standard.

Cross-vendor support from Anthropic, OpenAI, Google, Microsoft and Amazon. Donated to the Linux Foundation's Agentic AI Foundation on Dec 9, 2025.

10K+
published MCP servers, per the Linux Foundation
97M+
monthly SDK downloads across Python & TypeScript
5
official SDKs — TypeScript, Python, C#, Java, Swift
In about a year, MCP went from a new idea to the default way AI systems connect to data and tools.
Current spec dated 2025-11-25; a stateless-core revision is scheduled for July 28, 2026.

Some third-party adoption figures are overstated — prefer Linux Foundation and Anthropic numbers over unverified percentages.