MCP
Model Context Protocol — an open standard that lets AI models connect to external tools and data sources in a consistent way.
In plain English
Model Context Protocol (MCP) is an open standard created by Anthropic that defines how AI models talk to external tools, APIs, and data sources. Instead of every AI app building its own custom integrations, MCP provides a single, consistent protocol — like a USB-C port for AI.
What MCP enables:
- An AI model can read your local files, query a database, or call an API
- Tool builders write one MCP server; any MCP-compatible AI can use it
- Users can give AI assistants access to their own tools and data safely
Why it matters: Before MCP, every AI app had to hand-code integrations with every tool. MCP makes AI extensibility composable and standardised, similar to how HTTP standardised the web.
MCP is supported by Claude, and is being adopted across the AI ecosystem.