Developers favoring the open MCP standard over vendor-specific AI agents
TECH

Developers favoring the open MCP standard over vendor-specific AI agents

25+
Signals

Strategic Overview

  • 01.
    Anthropic open-sourced the Model Context Protocol on November 25, 2024 as a universal standard for connecting AI assistants to data sources, releasing the spec, SDKs, local server support in Claude Desktop, and pre-built servers for Google Drive, Slack, GitHub, Git, Postgres, and Puppeteer.
  • 02.
    OpenAI announced it would add MCP support across its products, including the Agents SDK, ChatGPT desktop app, and Responses API, on March 26, 2025.
  • 03.
    On December 9, 2025, Anthropic donated MCP to the newly formed Agentic AI Foundation (AAIF), a directed fund under the Linux Foundation, transferring governance away from a single vendor.
  • 04.
    At the time of the AAIF donation there were more than 10,000 active public MCP servers and over 97 million monthly SDK downloads across the Python and TypeScript SDKs, with adoption already spanning ChatGPT, Cursor, Gemini, Microsoft Copilot, and Visual Studio Code.
  • 05.
    In July 2026 MCP shipped its largest update since launch, moving the protocol core to a stateless request/response model so requests no longer depend on a session tied to one server instance.
  • 06.
    A 2026 Stacklok survey of software organizations found nearly half already using MCP in production, with 19% at broad production deployment, and 49% of respondents ranking MCP adoption as a top-5 company initiative, the highest of any surveyed industry. The same survey found 35% of software teams say they strongly prefer open-source MCP platforms over proprietary alternatives, and that developers make up 80% of MCP's primary users.

Why Anthropic Gave Away Its Own Standard

MCP launched in November 2024 as an Anthropic project - the company wrote the spec, shipped the SDKs, and built the first reference servers for Google Drive, Slack, GitHub, and Postgres [1]. Just over a year later, Anthropic did something companies rarely do with a strategic asset: it gave up control. On December 9, 2025, MCP's trademarks and governance moved to the Agentic AI Foundation, a directed fund under the Linux Foundation, with Anthropic explicitly stating the maintainers would keep prioritizing community input over any single donor's roadmap [2]. The platinum members bankrolling that foundation, Google, Microsoft, AWS, Cloudflare, and Bloomberg, are now co-invested in a standard that no single one of them, including Anthropic, controls outright [2]. By the time of the donation, the numbers already showed why developers cared: more than 10,000 active public MCP servers and over 97 million monthly SDK downloads [2]. The timeline of buy-in actually ran the opposite direction from what that donation might suggest: OpenAI, a direct competitor, adopted the protocol across its Agents SDK, ChatGPT desktop app, and Responses API back in March 2025, roughly nine months before the Agentic AI Foundation existed to donate MCP into [3]. Only after Anthropic ceded control in December 2025 did OpenAI go a step further and become a co-founder of the foundation now governing the protocol it had already adopted [2].

One Protocol Instead of N-by-M: Why Developers Actually Prefer It

Underneath the governance story is a simpler mechanical reason developers keep choosing MCP over building against any single vendor's agent framework: without a shared protocol, connecting many models to many tools and data sources means writing bespoke, per-vendor integration code for every pairing, an N-by-M problem that grows fast as either side adds a new model or a new tool. A shared protocol turns that into an N-plus-M problem instead, since a tool only needs to implement the protocol once and every compliant model can use it. That is close to the argument David Soria Parra, one of MCP's creators at Anthropic, has made in describing the pre-MCP status quo: integrations had to be rewritten from scratch for each model provider, copy-pasted and re-wired every time a team wanted to connect a new model to the same tool. He has likened MCP's write-once, use-everywhere pattern to USB-C, and described what it gives a model as limbs into the world instead of forcing manual copy-paste integration for every new connection. Builders have picked up a similar framing from the other direction: Avi Chawla, discussing the ongoing split between agent frameworks like LangGraph, CrewAI, and Agno, argued that picking a framework is becoming beside the point now that the industry has converged on a small set of open protocols that work across all of them, since a protocol-level standard means the framework underneath stops being a lock-in decision.

The Consensus That Isn't: Vendors Call It Won, Builders Call It a Tax

Every vendor-side data point in this story points the same direction: nearly half of surveyed software organizations already run MCP in production, and 49% rank MCP adoption as a top-five company initiative, the highest of any industry surveyed [4]. But the developers actually wiring MCP servers into their agents sound far less triumphant. On Reddit, the recurring complaint isn't philosophical, it's arithmetic: an MCP server's tool list sits in the model's context on every single turn whether it's called or not, so servers with tools that fire rarely become a permanent token tax. Several practitioners argue a plain CLI, or Anthropic's own newer 'skill' pattern that only loads into context on demand, beats an MCP server for exactly that reason. That skepticism tracks with the survey data too: 64% of organizations still cite security concerns as their top barrier to MCP adoption even as production usage climbs [4]. A related tension shows up in how enterprise infrastructure operators talk about the protocol: Randy Bias, of the cloud infrastructure company Mirantis, points to SaaS vendors standing up their own dedicated endpoints, such as github.com/mcp, in place of proprietary connectors as evidence MCP is becoming the de facto interoperability layer, and credits Anthropic's fast, community-responsive iteration, adding auth, adding a registry, for earning that trust. But he also flags an obvious asymmetry: even as the protocol's governance goes fully open, the proprietary agent SDKs that OpenAI and Anthropic each sell on top of MCP have not themselves joined the open foundation. The open-standard story and the token-bloat story aren't really in conflict, they describe two different adoption curves: buyers are choosing MCP over a proprietary alternative at the platform level, while builders are still deciding, tool by tool, whether MCP is worth the standing context cost.

The Plumbing Fix That Actually Addressed the Complaints

The clearest evidence that practitioner complaints were being heard, not just tolerated, showed up in July 2026, when MCP shipped its largest spec update since launch [5]. The protocol's core moved to a stateless request/response model, meaning a request no longer has to land on the same server instance it started on, removing a scaling constraint that mattered once organizations tried running MCP behind a load balancer [5]. The same update added Enterprise-Managed Authorization, letting an organization centrally manage login across every connected MCP server instead of forcing a fresh consent prompt per server [6]. Both fixes map directly onto the barriers organizations had actually flagged, and enterprise SaaS vendors including Asana, Atlassian, Figma, and Linear shipped support for the new Enterprise-Managed Authorization extension, with Slack support in progress [6].

From Tool-Calling to Autonomous Work: MCP's Roadmap Is Quietly Expanding

The version of MCP that won developer mindshare in 2024 and 2025 was a simple one: call a tool, wait for a response. Builder chatter on X suggests that's already the old version. MCP's newer roadmap is aimed at long-running agent work, servers pushing streamed results back mid-task, humans steering a job while it's still in flight, and agents carrying delegated identity instead of a shared, permanent API key, alongside an explicit push to cut down on tool bloat. That's a meaningfully different piece of infrastructure than the 'read a file, hit an API' pattern most current MCP servers implement, and it's arriving at the same time enterprises are being told write-actions and billing-adjacent tool calls need scoped permissions, schema validation, and audit logging rather than an agent freelancing raw API calls. The protocol that started as a way to avoid rewriting integrations per model is quietly becoming the identity and permissions layer for autonomous agents, which raises the stakes on the security concerns Reddit and industry surveys have already flagged.

Historical Context

2024-11-25
Publicly announced and open-sourced the Model Context Protocol specification, SDKs, and initial pre-built servers.
2025-03-26
Announced MCP support across its Agents SDK, ChatGPT desktop app, and Responses API.
2025-12-09
Anthropic donated MCP to the AAIF, converting it into a vendor-neutral, community-governed standard co-founded by Anthropic, Block, and OpenAI with AWS, Google, Microsoft, Cloudflare, and Bloomberg as platinum members.
2026-07-28
Released the largest MCP spec update since launch, moving the protocol core to a stateless model and adding Enterprise-Managed Authorization, with rapid multi-vendor implementation.

Power Map

Key Players
Subject

Developers favoring the open MCP standard over vendor-specific AI agents

AN

Anthropic

Created and open-sourced MCP in November 2024, then relinquished sole control by donating it to the Agentic AI Foundation in December 2025, converting it from a company project into a vendor-neutral standard.

OP

OpenAI

Rival AI lab that adopted a competitor's standard across its Agents SDK, ChatGPT desktop app, and Responses API in March 2025; later co-founded the Agentic AI Foundation alongside Anthropic and Block.

AG

Agentic AI Foundation (AAIF) / Linux Foundation

Vendor-neutral governance body now stewarding MCP; platinum members include Google, Microsoft, AWS, Cloudflare, and Bloomberg, formalizing multi-vendor buy-in.

MI

Microsoft, Google, AWS, Cloudflare

Major infrastructure and cloud providers that built MCP support into their own platforms and publicly endorsed the stateless 2026-07-28 spec update, reinforcing MCP as shared infrastructure rather than a single vendor's product.

EN

Enterprise MCP server implementers (Asana, Atlassian, Canva, Figma, Granola, Linear, Supabase, Slack)

Companies that shipped (or, in Slack's case, have in progress) support for MCP's Enterprise-Managed Authorization extension, showing SaaS vendors building directly to the open protocol instead of proprietary agent-connector APIs.

BL

Bloomberg

Financial enterprise that built and documented its own production MCP implementation.

Fact Check

6 cited
  1. [1] Introducing the Model Context Protocol
  2. [2] Donating the Model Context Protocol and Establishing the Agentic AI Foundation
  3. [3] OpenAI adopts rival Anthropic's standard for connecting AI models to data
  4. [4] State of MCP in Software 2026
  5. [5] MCP spec update, July 28 2026
  6. [6] MCP Enterprise-Managed Authorization

Source Articles

Top 1

THE SIGNAL.

Analysts

Publicly praised MCP's adoption and committed OpenAI to supporting it across products rather than maintaining a closed, OpenAI-only equivalent. Quote: "People love MCP and we are excited to add support across our products."

Sam Altman
CEO, OpenAI

Framed MCP's cross-vendor adoption as validation of it becoming a genuinely open, thriving standard rather than an Anthropic-only tool. Quote: "MCP has [become a] thriving open standard with thousands of integrations and growing."

Mike Krieger
Chief Product Officer, Anthropic

Early enterprise adopter framing open protocols as necessary infrastructure for accessible, transparent AI innovation, as opposed to closed vendor ecosystems. Quote: "Open technologies like the Model Context Protocol are the bridges that connect AI to real-world applications, ensuring innovation is accessible, transparent, and rooted in collaboration."

Dhanji R. Prasanna
CTO, Block

Argued open protocols scale integration ecosystems beyond what any single company's proprietary framework could achieve alone. Quote: "Open protocols create bigger ecosystems than any one company can build alone."

Microsoft Foundry team
Industry partner commentary on the 2026-07-28 MCP spec

Positioned the stateless MCP update as bringing agent infrastructure in line with standard, vendor-neutral web infrastructure patterns. Quote: "[the update makes] agent infrastructure work like the rest of the web: stateless, cacheable, routable, and globally scalable."

Cloudflare
Industry partner commentary on the 2026-07-28 MCP spec
The Crowd

LangGraph. CrewAI. Agno. Which one to pick? The good news is that this will not matter soon! Finally, we have a full picture of how the industry is solving this with just three open protocols that work across ALL frameworks. It's not about picking the best framework.

@@_avichawla377

MCP is growing beyond “call a tool and wait.” Its new roadmap focuses on long running agent work: servers pushing streamed results, people steering jobs mid flight, and agents carrying delegated identity instead of sharing permanent API keys. It also targets tool bloat. Connect

@@markfenner8

Verifiable MCP - a proposal. For the past months I've built and deployed a bunch of MCP solutions, and in case of them being open and public I've felt there is a lingering problem. Here's my first stab at a solution, implemented on three live services, and then defined as kind

@@jocke5

Are people actually using MCP? For what?

@u/ksyp2186
Broadcast
Why we built—and donated—the Model Context Protocol (MCP)

Why we built—and donated—the Model Context Protocol (MCP)

Why MCP Is Becoming the De Facto Standard for Enterprise AI Agents | Randy Bias, Mirantis

Why MCP Is Becoming the De Facto Standard for Enterprise AI Agents | Randy Bias, Mirantis

Is MCP Here to Stay or Just Hype? 3 Expert Engineers Weigh In

Is MCP Here to Stay or Just Hype? 3 Expert Engineers Weigh In