MCP Protocol Redesigned as Stateless to Unlock Enterprise Adoption
What
The 2026-07-28 MCP specification release candidate, authored by Anthropic engineers David Soria Parra and Den Delimarsky, redesigns the protocol's transport layer to be stateless — removing the per-session, per-server-instance dependency that had made horizontal scaling difficult [1]. Ars Technica describes it as the largest change to MCP since its introduction [1]; VentureBeat calls it the biggest update the protocol has received [4]. Concurrently, both Claude and ChatGPT now support custom MCP server connections [11][12], and a commercial MCP ecosystem is taking shape, with Manufact (YC S25) launching an MCP Cloud product [9].
Why it matters
MCP's stateful session model was a concrete obstacle to enterprise deployment: servers had to maintain per-client state, making standard cloud load-balancing and horizontal scaling incompatible with the protocol. A stateless core removes that constraint, bringing MCP in line with ordinary cloud infrastructure patterns. Whether the spec change is sufficient to drive actual enterprise adoption remains open — analysts identify other barriers the spec alone does not address [16].
Open questions
How quickly will Claude and ChatGPT roll out native support for the stateless spec, and will their implementations diverge in ways that undercut cross-platform portability [11][12]?
Are the critical challenges beyond the stateless spec [16] blocking factors for enterprise adoption, or secondary concerns the roadmap will address?
Will developer friction in MCP setup — Simon Willison noted 'quite a few steps' [11] — be reduced by tooling, or remain a persistent barrier?
What share of the commercial MCP ecosystem (e.g., Manufact [9], Gainsight [10]) will adopt the new stateless spec, and on what timeline?
Narrative
The 2026-07-28 MCP specification release candidate introduces a stateless protocol core, the most significant technical change to the Model Context Protocol since Anthropic introduced it [1]. The spec was authored by Anthropic's David Soria Parra and Den Delimarsky, who serve as lead MCP maintainers. Under the prior design, MCP sessions were bound to individual server instances, which meant standard cloud load-balancing — routing requests across a pool of servers — was incompatible with the protocol. The new spec removes that constraint: requests no longer carry session affinity, so any server instance can handle any request [1][2][3]. Ars Technica and VentureBeat both frame this as the largest update the protocol has received [1][4]; InfoWorld focuses on the scaling implications [3].
The stateless redesign fits within a broader 2026 roadmap for MCP emphasizing enterprise readiness [5][6]. Analysis from obot.ai situates the stateless core alongside new SDK updates and enterprise-oriented extensions as part of a coordinated maturation effort [6]. TheNewStack describes the prior stateful model as the main barrier to enterprise adoption and frames the new spec as its resolution [7]. WorkOS has published enterprise team guidance on MCP [8], and a commercial layer is forming: Manufact (YC S25) launched an MCP Cloud product [9], and Gainsight has documented an MCP server integration for its customer success platform [10].
Multi-platform support has arrived in parallel. Both Claude and ChatGPT now accept custom MCP server connections [11][12][13]. Simon Willison documented the process as feasible but involving 'quite a few steps' [11], and Docker has published guidance on adding MCP servers to ChatGPT [13]. Community developers are actively experimenting with cross-platform MCP setups connecting Claude, ChatGPT, Gemini, and Perplexity [14]. Hacker News and Reddit discussions around the July 28 spec show engaged developer attention [2][15].
Not all observers read the stateless spec as a complete solution. A Medium analysis identifies six critical challenges still facing MCP in 2026, arguing the spec is a meaningful step without being a full answer to enterprise adoption barriers [16]. Developer friction in setup and the divergence between Claude and ChatGPT implementations are open practical questions. The specification is currently a release candidate, so final ratification and client-side implementation timelines are not yet confirmed.
Timeline
- 2026-07-02: Manufact (YC S25) launches MCP Cloud, an early commercial MCP infrastructure product. [9]
- 2026-07-10: An MCP server for AI-agent disability insurance quotes goes live on GitHub, illustrating niche commercial MCP adoption. [17]
- 2026-07-28: The 2026-07-28 MCP specification release candidate is published, redesigning the protocol's transport layer to be stateless and removing per-server-instance session dependencies. [18][19][2][15]
- 2026-07-29: Simon Willison documents connecting custom MCP servers to both Claude and ChatGPT's standard chat interfaces, noting it involves 'quite a few steps.' [11]
- 2026-07-30: Ars Technica publishes coverage describing the stateless spec as the largest change to MCP since the protocol's introduction, attributing it to Anthropic lead maintainers Soria Parra and Delimarsky. [1]
Perspectives
Anthropic (David Soria Parra, Den Delimarsky)
Led and authored the stateless spec redesign, targeting enterprise scalability as the primary motivation.
Evolution: Consistent with Anthropic's role as MCP's original author and maintainer; this extends the protocol's enterprise focus through a major transport redesign.
Samuel Axon / Ars Technica
Reports the stateless redesign as a targeted solution to a well-known enterprise scaling problem, describing it as the protocol's largest change to date.
Evolution: Consistent neutral-informational stance.
Simon Willison
Documents multi-platform MCP support as a practical finding, noting the process involves 'quite a few steps' without endorsing or critiquing the broader enterprise direction.
Evolution: Informational and measured; not advocating a position on the stateless spec.
VentureBeat / InfoWorld
Frame the stateless update as the biggest change to MCP yet and focus on the scaling implications for AI agents.
Evolution: Consistent tech-press framing; no notable divergence between outlets.
obot.ai / TheNewStack
Situate the stateless core within a broader 2026 enterprise-readiness roadmap; TheNewStack identifies the prior stateful model as the main adoption barrier that the spec resolves.
Evolution: Roadmap-focused analytical stance, consistent with earlier MCP coverage.
Medium / MattLeads
Argues that six critical challenges remain for MCP in 2026 beyond the stateless redesign, suggesting the spec alone is insufficient for full enterprise adoption.
Evolution: Skeptical counterpoint to the dominant enterprise-readiness narrative; no prior stance to compare.
Developer community (HN, Reddit)
Actively discussing the spec change and its implications for Claude and ChatGPT integration; no dominant critical or enthusiastic consensus visible.
Evolution: Engaged and growing since the July 28 release candidate; community is experimenting rather than evaluating.
Tensions
- The stateless spec is framed by Anthropic and Ars Technica as resolving the main enterprise adoption barrier [1], but a Medium analysis argues six critical challenges persist beyond the spec change [16]. [1][16]
- The enterprise-readiness narrative emphasizes MCP's new simplicity for cloud deployment, while Simon Willison's documentation finds that connecting a custom MCP server to Claude or ChatGPT still involves 'quite a few steps' [11]. [11][1]
- MCP is positioned as a cross-platform standard, but implementation diverges across Claude and ChatGPT, leaving the actual developer experience platform-specific [11][12]. [11][12]
Status: active and growing
Sources
- [1] New MCP specification addresses the main barrier to enterprise adoption — Ars Technica AI (2026-07-30)
- [2] MCP 2026-07-28 Specification: transport going stateless — reactive:mcp-stateless-spec
- [3] Model Context Protocol is going stateless to make scaling simpler | InfoWorld — reactive:mcp-stateless-spec
- [4] MCP just got its biggest update ever — here’s what changes for AI agents — reactive:mcp-stateless-spec
- [5] Roadmap - What is the Model Context Protocol (MCP)? — reactive:claude-creative-connectors
- [6] MCP 2026 Roadmap: Stateless Core, Extensions & Enterprise Readiness — reactive:mcp-stateless-spec
- [7] MCP’s biggest growing pains for production use will soon be solved — reactive:claude-creative-connectors
- [8] Everything your team needs to know about MCP in 2026 - WorkOS — reactive:enterprise-ai-agent-tooling
- [9] Launch HN: Manufact (YC S25) – MCP Cloud — reactive:chatgpt-work-launch (2026-07-02)
- [10] Set Up Gainsight CS MCP Server Integration - Gainsight Inc. — reactive:mcp-stateless-spec
- [11] Adding a custom MCP server to Claude and ChatGPT — Simon Willison (2026-07-29)
- [12] MCP server tools now in ChatGPT -- developer mode - Codex - OpenAI Developer Community — reactive:mcp-stateless-spec
- [13] How to Add MCP Servers to ChatGPT | Docker — reactive:mcp-stateless-spec
- [14] Built an MCP Server that connects ChatGPT, Claude, Gemini & Perplexity to AI coding tools - No API keys needed - Plugins / Actions builders - OpenAI Developer Community — reactive:mcp-stateless-spec
- [15] r/ClaudeCode - MCP 2026-07-28 spec: stateless core, coming to Claude — reactive:mcp-stateless-spec
- [16] 6 Critical Challenges Facing the MCP in 2026 — reactive:mcp-stateless-spec
- [17] Show HN: An MCP server that lets AI agents request disability insurance quotes — reactive:mcp-stateless-spec (2026-07-10)
- [18] The 2026-07-28 MCP Specification Release Candidate — reactive:mcp-stateless-spec
- [19] The 2026-07-28 Specification — reactive:mcp-stateless-spec