← all datasets
from the project README
◆ MCP servers
MCP Registry
license: see sourceThe official community registry of Model Context Protocol servers — server metadata served by a public API, plus the registry service and publisher CLI.
Summary
The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers.
- Formats
json- License
- license: see source
- Added
- 2026-09-10
Get it
From the project’s own instructions where it documents any; otherwise a plain clone.
-
$ git clone --depth 1 https://github.com/modelcontextprotocol/registry
Shallow clone: history isn’t needed for testing.
Contents
255 files 76.1 MB repository
-
.go143 -
.md32 -
.sql14 -
.yml14 -
.mdx11 -
.json9 -
(no ext)7 -
.sh7
Use it with
Commands are curated, not yet run by us.
jq — Stream the records one per line to see their shape.
$ jq -c . sample.json
DuckDB — Query the file in place with SQL — DuckDB detects CSV, JSON and JSONL by extension.
$ duckdb -c 'SELECT * FROM '\''sample.json'\'' LIMIT 10'