Registry
Rank #1,265ai.com.mcp/registry
MCP server providing registry capabilities
Registry is a Model Context Protocol (MCP) server published by modelcontextprotocol. It ranks #1,265 of 115,460 servers tracked on MCP Toplist, and its repository has 7,203 GitHub stars. Registry is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 10, 2026 and most recently updated on Jan 10, 2026.
Ranks ahead of 114,195 of 115,460 servers on MCP Toplist.
Use Registry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http registry https://registry.run.mcp.com.ai/mcp[mcp_servers.registry]
url = "https://registry.run.mcp.com.ai/mcp"Add to ~/.codex/config.toml.
https://registry.run.mcp.com.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"registry": {
"url": "https://registry.run.mcp.com.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"registry": {
"type": "http",
"url": "https://registry.run.mcp.com.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"registry": {
"serverUrl": "https://registry.run.mcp.com.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"registry": {
"url": "https://registry.run.mcp.com.ai/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.com.mcp%2Fregistry)<a href="https://mcptoplist.com/server/ai.com.mcp%2Fregistry"><img src="https://mcptoplist.com/badge/ai.com.mcp%2Fregistry.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
modelcontextprotocol
Other servers by modelcontextprotocol
- modelcontextprotocol#157 · 5 vers
- rust-sdk#187 · 10 vers
- ruby-sdk#272 · 8 vers
- HeyBeauty MCP Server#553
- ext-apps#655 · 6 vers
- 预测2#987
- swift-sdk#2,106 · 5 vers
- MCP Create Server MCP Server#3,045 · 5 vers
- servers#3,394
- create-typescript-server#4,238 · 5 vers
- example-remote-server#7,547
- mcpb#9,319
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Registry?
- Registry is maintained by modelcontextprotocol, which publishes 88 MCP servers (47 total versions) tracked on MCP Toplist.
- Is Registry listed on the Official MCP Registry?
- Yes — Registry is listed on the Official MCP Registry.
- How many versions does Registry have?
- MCP Toplist tracks 2 versions of Registry, most recently published on Jan 10, 2026.
- Where can I find the source code for Registry?
- The source code for Registry is hosted at github.com/modelcontextprotocol/registry.