Deep dive · April 5, 2026 · 11 min read

The MCP ecosystem in 2026: market landscape

Who's building MCP servers, who's using them, and where the next wave of agentic tooling is heading. A state-of-the-market report based on GitHub stars, registry submissions, and developer surveys.

Sixteen months after Anthropic open-sourced MCP in November 2024, the ecosystem has reached a scale that is genuinely hard to describe without superlatives. What started as a spec document and six reference server implementations now has tens of thousands of community servers, a donated-to-Linux-Foundation governance structure, and adoption by every major AI coding tool vendor. This post is a state-of-market analysis: what exists, what's actually being used, and where the honest gaps are.

Growth: the numbers

The most direct growth signal is server count. In November 2024, the official modelcontextprotocol/servers repository contained roughly a dozen reference implementations. By early 2026, third-party registries tell a different story:

  • Glama (glama.ai/mcp/servers) indexes over 21,000 servers, updated daily with automated curation.
  • MCP.so hosts nearly 20,000 community-submitted entries.
  • Smithery (smithery.ai) lists 7,000+ with a curated, app-store-style interface and install commands.
  • PulseMCP(pulsemcp.com) tracks 11,840+ hand-reviewed servers, describing itself as “hand-reviewed daily by the founder since MCP's launch week.”

(Source: automationswitch.com/ai-workflows/where-to-find-mcp-servers-2026, April 2026)

The punkpeye/awesome-mcp-servers GitHub list tracked roughly 7,260 servers as of May 2025, suggesting doubling-or-better growth in the second half of 2025.

Registry counts include duplicates. Most of the 20,000+ entries across registries are community submissions, and significant overlap exists between registries. The number of distinct, maintained, production-quality servers is likely in the low thousands. The signal-to-noise ratio in the long tail is poor.

The registry landscape

Four registry types have emerged, each serving a different purpose.

The official registry

Anthropic launched the official MCP registry at registry.modelcontextprotocol.io in preview in September 2025. This is the machine-readable, canonical source for programmatic server discovery, not a human-browsable interface. Clients can query it to discover servers and get verified metadata. Think of it as the npm registry for MCP, not the npm website. The official registry is the most trustworthy source by definition, though its current server count is lower than community registries because it requires active submission and verification.

Curated directories

Smithery and PulseMCP occupy the curated tier. Smithery has the cleanest discovery experience: good search, install commands for many servers, and a hosted remote server option that makes it possible to use servers without running anything locally. PulseMCP's differentiator is genuine editorial review rather than automated ingestion.

Volume-indexed directories

Glama and MCP.so index the broadest possible set of servers, prioritizing coverage over curation. If a server exists, one of these directories probably knows about it. The tradeoff is quality: many entries are experiments, weekend projects, or wrappers around simpler tools. Useful for comprehensive research, less useful for “what should I actually install?” questions.

Meta-indexes

The awesome-mcp-servers family on GitHub (multiple forks with different curation philosophies) and mcpservers.org aggregate across directories. Useful as entry points but tend to go stale faster than dedicated registries.

Client support: who adopted MCP and when

The most important story in the MCP ecosystem is not the server count; it is the pace of client adoption. MCP's value proposition only works if there are clients to use the servers. The adoption curve was steep:

ClientCompanyApproximate adoption
Claude DesktopAnthropicNovember 2024 (day one)
CursorAnysphereEarly 2025
WindsurfCodeiumEarly 2025
ContinueContinue.devEarly 2025
Roo CodeCommunity2025
VS Code (GitHub Copilot)Microsoft2025, native support
Claude Code (CLI)Anthropic2025
Codex CLIOpenAI2025
Gemini CLIGoogle2025
ZedZed Industries2025 (experimental)

The three largest AI platform vendors (Microsoft via VS Code, Google via Gemini CLI, and OpenAI via Codex CLI) all adopted MCP in 2025. That was not guaranteed in November 2024. OpenAI had its own tool-use implementation; Microsoft had extensions. The fact that all three converged on MCP as a standard rather than each building their own protocol is the strongest possible adoption signal.

Server archetypes: what gets built

Looking across the major registries, MCP servers cluster into a few categories:

Database and data access is the largest category. Supabase, Postgres, SQLite, MongoDB, and dozens of warehouse integrations. The pattern is consistent: expose schema introspection, query execution, and table management as tools. These servers make AI-assisted database work dramatically faster.

Developer services is the second-largest. GitHub, Linear, Jira, Sentry, PostHog, Datadog, PagerDuty, and similar. The pattern here is wrapping an existing REST API as a set of typed MCP tools. Most major SaaS developer tools have either an official server or a well-maintained community one.

Web and browser automation includes Playwright, Puppeteer, and several browser-specific implementations. These let AI assistants interact with web pages, which unlocks testing, scraping, and UI automation workflows.

Knowledge and memory is a smaller but growing category: the official Memory server, various Obsidian integrations, Notion, and Confluence. The use case is giving AI persistent context across sessions.

Infrastructure covers cloud provider tools: AWS, GCP, and Terraform integrations that let AI assistants inspect and manage cloud resources.

Open problems

The MCP ecosystem has real gaps that the next wave of tooling needs to solve.

Discoverability is fragmented.There are four major registries with different inventories, different quality signals, and no common metadata format. A developer asking “is there an MCP server for X?” needs to check multiple registries. The official registry at modelcontextprotocol.io is the intended fix, but its adoption as the canonical submission target is not yet universal.

Trust and security are unsolved.Any of the 20,000+ community servers could be malicious: exfiltrating data, running unexpected commands, making network calls to unexpected endpoints. There is currently no signing infrastructure, no code-scanning requirement for registry submission, and no reliable reputation system. The community convention of “check the GitHub repo” does not scale. This is likely the most important open problem in the ecosystem.

Version compatibility is implicit. MCP has evolved since November 2024. Servers built against early specs may not behave correctly with clients implementing later capabilities, and vice versa. The negotiation protocol is designed to handle this, but edge cases exist and the error messages when compatibility breaks are typically unhelpful.

Installation UX is inconsistent.Getting a server running in one tool is now reasonably straightforward. Getting the same server into every tool you use is still more friction than it should be. Each tool's config format is different, few tools have cross-tool awareness, and there is no shared state. This is what MCPBolt addresses.

Where it is going

The most interesting near-term development is agentic workflows. Until recently, MCP was used primarily to augment interactive sessions: a developer asks a question, the AI calls a tool, the developer sees the result. The emerging pattern is AI agents that run autonomously, calling MCP tools as part of multi-step workflows without a human in the loop for each step. The combination of cheap inference and a rich MCP server ecosystem makes this credible in a way it was not eighteen months ago.

The governance donation to the Linux Foundation / Agentic AI Foundation also matters. MCP is no longer Anthropic's protocol; it is an industry standard with shared stewardship. That reduces the risk that any single vendor could modify the protocol in ways that break cross-vendor compatibility, which is the main precondition for continued broad adoption.

The infrastructure layer for MCP (discovery, trust, installation) is still being built. The server ecosystem developed faster than the tooling to manage it. That gap is closing, but it is where most of the interesting near-term work is happening.

If you want to manage your slice of that ecosystem without cloud dependencies, MCPBolt is a good place to start. And if you want to see what servers are worth installing, the top servers list is a curated starting point.