The State of MCP 2026
An annual review of the Model Context Protocol ecosystem: adoption, governance, threat landscape and the emerging security stack.
In eighteen months, the Model Context Protocol went from an open-source announcement to the default integration layer between AI agents and the systems they act on. Security has not kept pace. This first annual edition closes that gap with data — mapping adoption, governance, the threat landscape and the defense stack now forming around MCP.
MCP has won the integration layer. The open question is whether the ecosystem secures it by design — or after the first large-scale incident forces the issue.
The numbers
From the founder's letter
When Anthropic introduced MCP in November 2024, it solved an integration problem: expose capabilities once, and every compatible client can consume them. The market answered decisively. By the time the protocol was donated to the Linux Foundation's Agentic AI Foundation in December 2025, more than 10,000 active public servers were running, and monthly SDK downloads reached roughly 97 million by March 2026 — up from about 100,000 in the launch month.
That growth created something the security industry has seen before: a protocol that became critical infrastructure faster than the practices around it could mature. Every MCP server is executable code with runtime privileges, pulled from registries with uneven review, speaking to agents that treat tool metadata as trusted input.
Our position for 2026 is straightforward. The defense stack — gateways, scanners, runtime policy enforcement — exists today. Adoption of that stack, not invention of it, is the bottleneck.
Inside this report
The OWASP MCP Top 10
codelake maps all advisories and scanner findings to these categories.
| ID | Risk category | What it means in practice |
|---|---|---|
| MCP01 | Token Mismanagement & Secret Exposure | Credentials embedded in configs, leaked via logs or tool output. |
| MCP02 | Privilege Escalation via Scope Creep | Agents accumulating permissions far beyond the task at hand. |
| MCP03 | Tool Poisoning | Hidden instructions in tool descriptions and responses. |
| MCP04 | Software Supply Chain Attacks | Malicious or compromised servers distributed through registries. |
| MCP05 | Command Injection & Execution | Unsanitized parameters reaching shells and interpreters. |
| MCP06 | Intent Flow Subversion | Manipulating the agent's plan between user intent and execution. |
| MCP07 | Insufficient Authentication & Authorization | Unauthenticated remote servers; missing OAuth 2.1 adoption. |
| MCP08 | Lack of Audit & Telemetry | No forensic trail of what agents did, with which tools, and why. |
| MCP09 | Shadow MCP Servers | Unsanctioned servers running inside the enterprise perimeter. |
| MCP10 | Context Injection & Over-Sharing | Sensitive data flowing into model context without controls. |
Data appendix · key indicators
| Indicator | Value | As of | Primary source |
|---|---|---|---|
| Active public MCP servers (reported) | 10,000+ | Dec 2025 | Anthropic ecosystem update |
| Official MCP Registry, latest server records | 9,652 | May 2026 | MCP Registry API pull |
| Official MCP Registry, incl. versions | 28,959 | May 2026 | MCP Registry API pull |
| GitHub repositories, mcp-server topic | 15,926 | May 2026 | GitHub Search API |
| PulseMCP indexed servers | 15,930+ | May 2026 | PulseMCP |
| Monthly SDK downloads (Py + TS) | ~97M | Mar 2026 | npm / PyPI download data |
| Orgs with MCP in production (survey) | 41% | 2026 | Stacklok software report |
| Known MCP vulnerabilities tracked | 50+ (13 critical) | Apr 2026 | Vulnerable MCP Project |
| Implementations w/ traversal-prone file ops | 82% of 2,614 | 2026 | Endor Labs |
| Servers potentially SSRF-vulnerable | 36.7% of 7,000+ | 2026 | BlueRock Security |
| Exposed vulnerable MCP instances (disclosure) | up to 200,000 | 2026 | Public disclosure reporting |
Registry counts overlap across indices and must not be summed. Survey figures reflect the cited sample, not the global population.
Anthropic MCP ecosystem update · Linux Foundation / Agentic AI Foundation · Official MCP Registry API · Stacklok 2026 software report · Endor Labs · BlueRock Security · Vulnerable MCP Project · OWASP MCP Top 10 (beta) · Invariant Labs · NIST AI Agent Standards Initiative · public CVE databases.