The Future of MCP — David Soria Parra, Anthropic
Summary
The Messaging Component Protocol (MCP) is a rapidly evolving standard enabling agents to ship their own interfaces and tools, functioning across platforms like cloud environments, ChatGPT, and VS Code. Originating from a small specification 18 months ago, MCP has achieved 110 million monthly downloads, significantly faster than projects like React, indicating its widespread adoption by major players such as OpenAI, Google, and LangChain. MCP applications allow models to interact with tools and humans via a common protocol, supporting rich semantics, remote capabilities, centralized authorization, and new primitives like elicitation and tasks. The protocol is crucial for the next generation of general agents moving beyond local coding tasks to complex knowledge worker functions requiring extensive connectivity to multiple SaaS applications and shared drives, addressing enterprise needs for authorization, governance, and platform independence.
Key takeaway
For AI Architects and MLOps Engineers building production-grade agents in 2026, prioritize a multi-modal connectivity strategy that integrates MCP with CLIs and skills. Focus on implementing progressive discovery and programmatic tool calling within your agent harnesses to optimize performance and reduce token usage. Leverage MCP's rich semantics for features like agent-to-agent communication and cross-app access to meet enterprise requirements for governance and platform independence, ensuring your agents are robust and scalable.
Key insights
MCP provides a universal protocol for agents to ship interfaces and tools, enabling broad connectivity and rich semantic interactions.
Principles
- Connectivity is paramount for general agents.
- Agents should integrate diverse tools seamlessly.
- Design agents for human-like interaction.
Method
Implement progressive discovery to load tools on demand, reducing context window usage. Utilize programmatic tool calling by providing execution environments for models to compose actions via scripts, enhancing efficiency and reducing latency.
In practice
- Use tool search for progressive discovery in agent harnesses.
- Provide a REPL tool (e.g., V8 isolate) for programmatic tool calling.
- Design MCP servers for agent interaction, not just REST API conversion.
Topics
- MCP Protocol
- Agent Connectivity
- Progressive Discovery
- Programmatic Tool Calling
- Stateless Transport Protocol
Best for: AI Engineer, MLOps Engineer, AI Architect
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by AI Engineer.