The official MCP Registry is here! An open catalog and API designed to solve how MCP servers are discovered. It doesn't host the actual server code. It stores metadata (server.json) that points to packages in other registries like NPM, PyPI, and Docker Hub, standardizing server distribution.
- Stores metadata (server.json) that points to packages in other registries
- Includes servers from NPM, PyPI, Docker, NuGet, and MCPB formats.
- Encourages "sub-registries" on top of it, for curation, security scans, or custom metadata.
- Dedicated Publisher CLI tool to easily add and integrate servers
- REST API (GET /v0/servers) to programmatically discover and list servers
- Community-maintained and includes a process for flagging and denylisting servers
- Authentication with GitHub OAuth or custom domain DNS verification.