Updated Aug 20, 2026

Model Context Protocol

MCP

An open standard for connecting AI assistants to external tools and data sources through one common interface.

Share

What it means

Before a shared standard, every connection between an AI application and an external system was bespoke. Supporting a dozen tools across a few assistants meant writing and maintaining a matrix of custom integrations.

The Model Context Protocol standardizes that connection. A system exposes its capabilities once as an MCP server; any MCP-capable application can then use it without either side knowing about the other in advance. Introduced by Anthropic and released as an open standard, it has since been adopted well beyond its origin — the practical effect is that integration effort scales additively instead of multiplicatively.

Why it matters

Standards decide whether an ecosystem compounds or fragments. MCP means a connector built for one assistant works with others, which lowers the cost of building integrations and reduces the risk of committing to a single vendor's plugin format.

It also concentrates a security question. An MCP server is a granted capability — a channel through which an assistant can read data and take action — so which servers are connected, and with what permissions, is a genuine access-control decision rather than a configuration detail.

In practice

If you are building an AI integration today, MCP is the default shape to build it in. If you are connecting third-party MCP servers to an assistant, review them the way you would review any software granted access to your systems.

Where this shows up

Tools and models in our catalog.

Related terms