Anthropic proposes and open-sources the Model Context Protocol, a universal protocol for bridging data between existing apps and AI systems



Anthropic, an AI company known for its chat AI 'Claude,' has announced the Model Context Protocol (MCP), a protocol that enables seamless integration of AI systems with external data sources. MCP is being developed as open source, and detailed documentation is already available.

Introducing the Model Context Protocol\Anthropic

https://www.anthropic.com/news/model-context-protocol




AI can be extremely useful when used in combination with existing business and development tools. However, because each tool handles data differently, AI system developers need to optimize how data is used for each corresponding tool.

MCP is a protocol that acts as a bridge between AI and external data sources. If MCP becomes widespread, developers of various tools will be able to complete AI support simply by adding a function to publish data via the MCP server, and AI developers will be able to handle data from each tool simply by building a function to reference data from the MCP server. This will reduce the burden on both tool developers and AI developers.



Anthropic has released an MCP server that can be integrated with Google Drive, Slack, GitHub, Git, Postgres, Puppeteer, etc. as a reference implementation of MCP. In the video included in the following post, Claude performs tasks such as 'creating a repository on GitHub,' 'creating a branch,' and 'creating an issue' through MCP.




The MCP documentation is available at the following link:

Introduction - Model Context Protocol
https://modelcontextprotocol.io/introduction

In addition, official information related to MCP is summarized on the following page.

Model Context Protocol · GitHub
https://github.com/modelcontextprotocol

in Software, Posted by log1o_hf