You need to find an MCP server for Slack. Where do you look in 2026?
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.
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.
Detailed answer & concept explanation~6 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 min: no single registry in 2026, the four common sources (official repo, mcp.so, glama.ai, smithery), aggregators versus artifact hosts, cross-host portability as the unifying property, and the future direction (capability advertisement).
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.
- An ops team picks a Sentry MCP server by comparing maintenance status on glama.ai/mcp/servers, choosing the one with recent commits and high usage over an abandoned alternative.
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?
QHow does Smithery actually install a server into Claude Desktop or Cursor?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
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.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.