Model Context Protocol (MCP)

Also known as: MCP

An open standard from Anthropic for connecting LLMs to external tools and data sources through a uniform server interface.

The Model Context Protocol (MCP) is an open spec that lets any LLM client connect to any tool server through a single, well-defined interface. Instead of writing bespoke integrations for every model, a developer publishes an MCP server (for GitHub, Postgres, Slack, your own API) and every MCP-aware client — Claude Desktop, Cursor, Cline, ChatGPT desktop — can use it.

MCP standardises three primitives: tools (functions the LLM can call), resources (read-only context the LLM can fetch) and prompts (reusable templates). It is becoming the de-facto plug-in system for agentic AI in 2026.

Related terms

More to explore

Other wiki entries that touch on Model Context Protocol (MCP).