Model Context Protocol

Protocol for communicating between LLMs and applications From Wikipedia, the free encyclopedia

The Model Context Protocol (MCP) is an open standard and open-source framework introduced by Anthropic in November 2024 to standardize the way artificial intelligence (AI) systems like large language models (LLMs) integrate and share data with external tools, systems, and data sources.[1] MCP provides a standardized interface for reading files, executing functions, and handling contextual prompts.[2] Following its announcement, the protocol was adopted by major AI providers, including OpenAI and Google DeepMind.[3][4]

Developed byAnthropic
IntroducedNovember 25, 2024; 19 months ago (2024-11-25)
Connector type
Quick facts Developed by, Introduced ...
Model Context Protocol
Developed byAnthropic
IntroducedNovember 25, 2024; 19 months ago (2024-11-25)
IndustryArtificial intelligence
Connector type
Websitemodelcontextprotocol.io Edit this at Wikidata
Close
Relationship between MCP host, MCP clients and MCP servers

Background

MCP was announced by Anthropic in November 2024 as an open standard[5] for connecting AI assistants to data systems such as content repositories, business management tools, and development environments.[6] The protocol was created at Anthropic by engineers David Soria Parra and Justin Spahr-Summers.[6] It aims to address the challenge of information silos and legacy systems.[6] Before MCP, developers often had to build custom connectors for each data source or tool, resulting in what Anthropic described as an "N×M" data integration problem.[6][7]

Earlier stop-gap approaches—such as OpenAI's 2023 "function-calling" API and the ChatGPT plug-in framework—solved similar problems but required vendor-specific connectors.[7] MCP re-uses the message-flow ideas of the Language Server Protocol (LSP).[8]

In December 2025, Anthropic donated the MCP to the Agentic AI Foundation (AAIF), a directed fund under the Linux Foundation, co-founded by Anthropic, Block and OpenAI, with support from other companies.[9]

Features

MCP defines a standardized framework for integrating AI systems with external data sources and tools.[2] MCP enables applications such as querying structured databases with plain language in the field of natural language data access.[8]

The protocol distinguishes between MCP hosts, MCP clients and MCP servers. An MCP host is typically an AI agent that interacts with an LLM and requires services from one or more MCP servers. For each of these MCP servers, the MCP host will create a dedicated MCP client that communicates with that server. Client and host will typically run on the same machine, while the MCP servers may be local or remote.[10]

Each server provides one or more tools or resources. Example tools are: access to a database, calculators, access to code repositories etc.; a resource might be a certain FAQ document. The MCP client asks its server for a list of tools and resources the server provides; the server replies with a natural-language description of the capabilities of each tool and the expected format to call the tool. This information is given to the LLM; if it requires the services of one of these tools, the MCP host will instruct the relevant MCP client to call the tool. The MCP server performs the tool action and returns the results, which the MCP host then injects into the LLM conversation.[10] Client and server communicate using the JSON-RPC 2.0 transport protocol.[8]

The protocol was released with software development kits (SDKs) in programming languages including Python, TypeScript, C# and Java and examples of MCP server implementations.[8][11]

The protocol is used in AI-assisted software development tools. Integrated development environments (IDEs), coding platforms such as Replit, and code intelligence tools like Sourcegraph have adopted MCP to grant AI coding assistants real-time access to project context.[5]

MCP Apps is an official extension to the Model Context Protocol built on mcp-ui. While the base MCP specification is restricted to text and structured data, MCP Apps standardizes the delivery of interactive user interfaces—such as dashboards, forms, and data visualizations—from MCP servers to host applications like Claude and ChatGPT.[12]

Adoption

In March 2025, OpenAI officially adopted the MCP, after having integrated the standard across its products, including the ChatGPT desktop app.[3][2] In September 2025, OpenAI added support for MCP to ChatGPT apps. This allows for third-party access inside ChatGPT.[13]

MCP can be integrated with Microsoft Semantic Kernel, and Azure OpenAI.[14] MCP servers can be deployed to Cloudflare.[15]

In April 2026, the AAIF held the MCP Dev Summit North America in New York City, drawing approximately 1,200 attendees.[16]

Reception

The Verge reported that MCP addresses a growing demand for AI agents that are contextually aware and capable of pulling from diverse sources.[5]

In April 2025, security researchers released an analysis that concluded there are multiple outstanding security issues with MCP, including prompt injection[17] and poisoned tools that allow for data exfiltration through other connected tools.[18]

MCP has been likened to OpenAPI, a similar specification that aims to describe APIs.[19][20]

See also

  • Agent2Agent – Open protocol for communication between AI agents
  • AI governance – Guidelines and laws to regulate AI
  • Application programming interface – Connection between computers or programs
  • LangChain – Language model application development framework
  • Machine learning – Subset of artificial intelligence
  • Software agent – Computer program acting for a user

References

Further reading

Related Articles

Wikiwand AI