Creativity · MCP — overview

The MCP Ecosystem in 2026

Eighteen months after launch, MCP has become the de facto way to connect LLM assistants to tools and data. Anthropic, OpenAI, Google, Microsoft, Block, and most major IDEs ship either first-party clients or first-party servers. The 2026 snapshot: thousands of community servers, streamable HTTP as a mainstream transport, tighter security posture around OAuth, and growing overlap with Google's A2A for multi-agent scenarios.

MCP facts

Kind
overview
Ecosystem
anthropic-mcp
Transports
stdio, http

Capabilities

  • Client adoption: Claude Desktop, Cursor, Zed, VS Code, Neovim, Emacs gptel, Goose
  • Server ecosystem: thousands of community servers across SaaS, data, and design tools
  • Transports: stdio for local; Streamable HTTP + SSE for remote; OAuth 2.1 for auth
  • Governance: shared spec via modelcontextprotocol.io and an open GitHub org

Frequently asked questions

Is MCP still maintained by Anthropic alone?

Anthropic drives the specification but the GitHub organisation now includes maintainers from Google, Microsoft, and the community. The spec process runs on public RFCs.

What changed in the 2026 spec?

Streamable HTTP became the default remote transport; OAuth 2.1 + dynamic client registration is the auth baseline; structured outputs and typed resource subscriptions were formalized.

How does MCP relate to Google A2A?

MCP connects agents to tools. A2A connects agents to each other. They compose: an A2A agent can internally use MCP servers, and an MCP server can wrap an A2A client to broker to other agents.

Is there a commercial MCP marketplace?

Yes — multiple registries and commercial marketplaces exist (Anthropic's curated directory, community registries, vendor-specific catalogs like Workato and Zapier). Expect further consolidation.

What are the open concerns?

Prompt-injection hardening, token-scoped supply-chain trust for third-party servers, and rate-limiting at the transport layer. The community is actively shipping tooling for all three.

Sources

  1. MCP specification — accessed 2026-04-20
  2. Model Context Protocol news — accessed 2026-04-20
  3. Google Agent2Agent protocol — accessed 2026-04-20
  4. MCP servers directory — accessed 2026-04-20