MCP Registry runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 24 Apr 2026.
MCP server discovery, indexing, and registration
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-registry -- npx -y mcp-registry-mcp
{
"mcpServers": {
"mcp-registry": {
"args": [
"-y",
"mcp-registry-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-registry]
command = "npx"
args = ["-y", "mcp-registry-mcp"]
{
"mcpServers": {
"mcp-registry": {
"args": [
"-y",
"mcp-registry-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-registry": {
"args": [
"-y",
"mcp-registry-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.