Zenaique

You need to find an MCP server for Slack. Where do you look in 2026?

MCQ·Easy·4.0 · 0·~1 min·Asked atC3 AiFreshworksMidjourney·Relevant atAnthropic
Attempt it
TL;DR

MCP server discovery in 2026 is federated: the official `modelcontextprotocol/servers` reference repo plus community indexes like mcp.so and glama.ai and the smithery.ai installer. No single centralized registry exists.

Memory aid
Sign in to see the mnemonic that makes this stick.
Easy to grasp

Imagine you want to find a specific kitchen gadget. There is no single website where every gadget lives. Instead, there is the official toolmaker's catalog (the reference gadgets they made themselves), a couple of independent shopping sites that list many brands and let you read reviews, and a helper that can drop a chosen gadget into your kitchen drawer with one click. MCP server discovery looks exactly like that in 2026. The official `modelcontextprotocol/servers` GitHub repo is the toolmaker's catalog. mcp.so and glama.ai are the shopping sites. smithery.ai is the one-click installer. None of them is the single true registry, and they all describe servers that use the same protocol, so anything you find in one place works in any MCP host.

Concept explanation~2 min read

Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.

If you ask 'where do I find an MCP server?' in 2026, the honest answer is 'it depends what you mean by find.' There is no mcp install foo-server command because there is no mcp-hub.io single registry. Discovery and installation are federated across several complementary sources, each stronger at a different part of the problem.

This walkthrough covers the four sources that together handle MCP server discovery in 2026, explains why fragmentation is the current state by design, separates aggregation from artifact hosting, and looks at where the ecosystem is likely heading.

The four common sources

Four sources cover discovery in 2026. Knowing all four is enough to find any MCP server worth finding.

github.com/modelcontextprotocol/servers is the protocol team's reference repo. It hosts canonical server implementations (filesystem, Git, Postgres, Slack, Memory, Brave Search, Time, Fetch) as worked examples of the SDK. The README curates a list of well-known community servers organized by category. This is the trusted starting point and the source most install guides link to first.

mcp.so is a community-curated marketplace. Browse by category (databases, devtools, communication, productivity, AI). Each entry shows screenshots, install instructions, README excerpts, and reviews. Best for discovering 'what kinds of servers exist that I might not have considered.'

glama.ai/mcp/servers is a searchable index emphasizing operational metadata: usage statistics, version freshness, last commit dates. The value is filtering for actively maintained servers in a long tail where many entries are abandoned side projects.

smithery.ai is the install-layer aggregator. It overlaps with the marketplaces for browsing, but its differentiator is one-click installation into a target host. Pick a server, click install, choose Claude Desktop or Cursor, and Smithery edits the right config file on your behalf. This removes JSON-editing friction for non-technical users.

None of these is canonical. They overlap. Most experienced engineers check one or two depending on what they need, defaulting to the official repo first.

Aggregators, not artifact hosts
Why discovery is federated, not centralized
Cross-host portability as the unifying property
Where discovery is heading
Sign in to unlock the full deep dive.

Situations where this technique stops working.

Sign in to see when this approach fails.

2–4 min · Everything important, quickly.

Sign in to see the quick scan of the deep dive.

Real products, models, and research that use this idea.

  • An engineer looking for a Postgres MCP server checks `github.com/modelcontextprotocol/servers` first, finds the official reference implementation, and copies the config snippet into `claude_desktop_config.json`.
  • A non-technical user installs the Linear MCP server via smithery.ai with one click. Smithery edits the Cursor config file behind the scenes and the user never touches JSON.
Sign in to see more production examples.

What an interviewer would ask next. Try answering before peeking at the approach.

QWhy has the MCP ecosystem not converged on a single centralized registry like npm?
A

The ecosystem is young (launched November 2024). The install model is JSON-edit-and-restart, not 'npm install', so there is no unifying install command to centralize around. Fragmentation lets multiple registries experiment with curation, ratings, and install flows in parallel. Convergence may come; in 2026 it has not.

2 more follow-ups an interviewer would ask next. Sign in to reveal them.

Red flags & common mistakes

The phrases that signal junior thinking. Click to expand.

Most common mistake

Expecting one canonical registry like npm for MCP servers. Discovery is intentionally federated across several sources; the actual artifacts live on npm, PyPI, or Docker, not on the discovery sites.

Sign in to see all red flags and common mistakes.

60 second bullets to scan on the way to the call.

  • Why there is no single centralized MCP server registry in 2026

  • The four common discovery sources and what each is best at

Sign in to unlock the revision sheet.

Primary sources. Browse if you want the original framing.

Similar questions

Same topic, related formats. Practice these next.

4 curated
Next question
What is the Model Context Protocol (MCP) and what problem does it solve?
MCQ·Easy