LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Deployment & Operations

Model Context Protocol (MCP)

The Model Context Protocol (MCP) is an open standard, introduced by Anthropic in 2024, that lets AI applications connect to external tools, data sources, and services through a common interface โ€” analogous to the Language Server Protocol for editors.

Full definition

MCP defines two roles: clients (AI apps like Claude Desktop, IDEs, agent frameworks) and servers (wrappers around tools, databases, APIs, file systems). Servers expose tools, resources, and prompts; clients discover and invoke them over stdio or HTTP+SSE. As of 2025, MCP is supported by Anthropic Claude, OpenAI, Google, and an ecosystem of 1,000+ community servers (GitHub, Slack, Postgres, Notion, etc.). MCP standardizes what previously required bespoke per-app integrations.

Why it matters

MCP turns tool integration from Nร—M to N+M โ€” every MCP-compliant model can use every MCP server. For enterprises, this dramatically lowers the cost of connecting agents to internal systems and reduces vendor lock-in.

Example

A consulting firm exposes its CRM, file system, and time-tracking tools as three MCP servers; Claude, Cursor, and an internal LangGraph agent all consume the same servers without bespoke integrations.

Source & further reading

Primary source: Anthropic โ€” "Introducing the Model Context Protocol" (2024).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/ko/glossary/mcp-model-context-protocol/.