Anthropic's David Soria Parra outlines MCP's 2026 production roadmap
In a keynote at AI Engineer, Anthropic's David Soria Parra argues that 2026 is the year agents move from exploration to production, with MCP serving as the universal connectivity standard — now at 110 million monthly downloads.
Score breakdown
Developers building agentic tools should track MCP's evolving protocol primitives — especially MCP applications and skills — as these will define how agents expose UI and interoperate across major platforms like Claude, ChatGPT, and VS Code in 2026.
- 01MCP has reached 110 million monthly downloads, a milestone Parra says React took roughly double the time to achieve.
- 02Adopters include OpenAI's agent SDK, Google's ADK, LangChain, and thousands of other frameworks.
- 03Parra frames 2025 as the year of coding agents and 2026 as the year of moving agents into production.
In a keynote at the AI Engineer conference, Anthropic's David Soria Parra traced MCP's evolution from a local-only spec document with basic tool support roughly 18 months ago to a widely adopted open standard now pulling 110 million monthly downloads. He attributed that growth not just to Anthropic's own clients and servers, but to broad ecosystem adoption — including OpenAI's agent SDK, Google's ADK, and LangChain — calling it "one common standard that all of us have at our disposal to speak to each other." For context, he noted that React, one of the most successful open-source projects of recent decades, took roughly double the time to reach the same download volume.
He introduced MCP applications as a glimpse into MCP's future: an agent that ships its own interface served over an MCP server, deployable to Claude, ChatGPT, VS Code, or Cursor without modification.
Parra characterized 2024 as a demo era, 2025 as the year of coding agents (which he described as the "most ideal scenario" for agents due to their local, verifiable, compiler-checkable nature), and 2026 as the year of putting agents into production more broadly. He introduced MCP applications as a glimpse into MCP's future: an agent that ships its own interface served over an MCP server, deployable to Claude, ChatGPT, VS Code, or Cursor without modification. This requires both client and server to share semantic understanding of UI primitives — something only a protocol can provide. The server can simultaneously ship tools alongside the app, allowing both human users and models to interact with it.
The keynote also covered the 2026 connectivity stack (described as Skills, MCP, and CLI/Computer use), improvements to client harnesses via progressive discovery, programmatic tool calling, agent orchestration best practices, and a roadmap of upcoming protocol additions including extension mechanisms and skills over MCP, as well as strategic enterprise integrations.
Key facts
- 01MCP has reached 110 million monthly downloads, a milestone Parra says React took roughly double the time to achieve.
- 02Adopters include OpenAI's agent SDK, Google's ADK, LangChain, and thousands of other frameworks.
- 03Parra frames 2025 as the year of coding agents and 2026 as the year of moving agents into production.
- 04MCP applications are a new experimental feature allowing an MCP server to ship its own UI interface alongside tools.
- 05MCP applications can be deployed to Claude, ChatGPT, VS Code, and Cursor without modification.