MCP Directory
Back

registry

by modelcontextprotocol · Go · ★ 6,966

A community driven registry service for Model Context Protocol (MCP) servers.

#mcp#mcp-servers

Install

go install github.com/modelcontextprotocol/registry@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "registry": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/registry"
      ]
    }
  }
}

From the README

The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. [**📤 Publish my MCP server**](docs/modelcontextprotocol-io/quickstart.mdx) | [**⚡️ Live API docs**](https://registry.modelcontextprotocol.io/docs) | [**👀 Ecosystem vision**](docs/design/ecosystem-vision.md) | 📖 **[Full documentation](./docs)** **2025-10-24 update**: The Registry API has entered an **API freeze (v0.1)** 🎉. For the next month or more, the API will remain stable with no breaking changes, allowing integrators to confidently implement support. This freeze applies to v0.1 while…
Read full README on GitHub →

Related other servers