Anthropic just shipped the biggest MCP update since launch (MCP 2026-07-28). Most write-ups read like...
Anthropic just shipped the biggest MCP update since launch (MCP 2026-07-28). Most write-ups read like a changelog: stateless core, extensions, auth hardening.
But if you actually build things, the update has one real signal: **your distribution channel just got upgraded.**
MCP is now the HTTP of the AI era — and the pipe is enterprise-grade, runs on serverless, and can render your UI *inside Claude itself*. Which points at a very concrete move: **stop building another app to fight for attention. Build an MCP server, and let the agent ecosystem be your distribution.**
(Based on a 新智元 / 36kr write-up and Anthropic's official MCP blog; specs per Anthropic.)
As Anthropic frames it: HTTP wired the world's computers into the internet; MCP is wiring the world's software, data, and APIs into a network an AI orchestrates. For builders, "should I use MCP" is settled. The question is whether you're on the rail.
The change developers wanted most: MCP moved from **stateful** (session state, connection handshakes, hard to scale in cloud-native setups) to a pure **request/response** model. Every request is self-describing (identity and capabilities live in `_meta`).
The payoff:
Translation: **building an MCP server now costs about as much as writing one serverless function.** The channel got bigger *and* the bar to get on it dropped — those two happening together is the actual opportunity window.
Anthropic promoted **Extensions** to first-class citizens with an official framework. Three launch features, and the first is the one that should reframe how you think about products:
MCP Apps is the punchline: **your interface can live inside Claude.** You d