MCP Creator Keynote – David Soria Parra
Track: Keynote | Ref: 1.2 Speaker: David Soria Parra, Co-creator of MCP, Anthropic
Overview
David Soria Parra, co-creator of the Model Context Protocol, presented MCP's explosive growth trajectory and laid out the protocol's roadmap for 2026. The keynote emphasized the shift from proving MCP's value to making it production-ready for enterprise agent systems.
Growth and Adoption
- 100M+ SDK downloads/month across Python, TypeScript, and Java
- MCP reached in 16 months what took React 3 years to achieve
- Enterprise adoption is accelerating behind corporate firewalls
"Behind every corporate firewall, teams are quietly wiring MCP servers to systems of record."
Protocol Roadmap
| Feature | Timeline | Description |
|---|---|---|
| Stateless Transport | 1–2 months | Simplified connection model for serverless environments |
| Long-Running Tasks | Near-term | Support for tasks that outlive a single request/response cycle |
| Cross-App Access | Near-term | Agent-to-agent and app-to-app communication patterns |
| Triggers | Mid-term | Event-driven activation of MCP tools |
| Streaming | Mid-term | Progressive result delivery for large outputs |
| Skills | Mid-term | New abstraction layer above individual tools |
Context Window Solution
The context window problem — tools consuming too much of the available context — is addressed through progressive discovery:
- Before tool search: Tool metadata consumed ~22% of a 200K context window
- After progressive discovery: Tools are loaded on demand via deferred loading, freeing context for actual work
This approach lets agents scale to hundreds or thousands of available tools without paying the context cost upfront.
SDK Improvements
- Python SDK: Major refactor underway for cleaner APIs and better async support
- TypeScript SDK: Performance improvements and developer experience enhancements
Notable Quotes
"2025 was about figuring out if a thing like MCP is needed. 2026 is about making sure MCP is ready to productionize agent systems."
"We need you, the community. We need to hear what you're excited about."
Key Takeaways
- MCP has achieved unprecedented adoption velocity — 100M+ downloads/month in 16 months
- The protocol is evolving toward stateless transport, skills, and streaming
- Progressive discovery solves the context window scaling problem
- 2026 is the year MCP transitions from experimental to production-grade
- Community input is actively shaping the roadmap