daedalus/mcp-registry
MCP server for interacting with the MCP Registry API
Platform-specific configuration:
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-registry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> MCP server for interacting with the MCP Registry API
[](https://pypi.org/project/mcp-registry/) [](https://pypi.org/project/mcp-registry/) [](https://github.com/astral-sh/ruff)
pip install mcp-registryConfigure in your MCP client:
{
"mcpServers": {
"mcp-registry": {
"command": "mcp-registry"
}
}
}{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": ["-y", "mcp-registry"]
}
}
}list_mcp_serversLists MCP servers from the MCP Registry with pagination.
list_mcp_servers(limit=50, cursor=None, registry_url="https://registry.modelcontextprotocol.io")search_mcp_serversSearches for MCP servers by name or keywords.
search_mcp_servers(query="search term", limit=50, registry_url="https://registry.modelcontextprotocol.io")get_mcp_serverGets detailed information about a specific MCP server.
get_mcp_server(name="server-name", registry_url="https://registry.modelcontextprotocol.io")get_server_versionsGets available versions for a specific MCP server.
get_server_versions(name="server-name", registry_url="https://registry.modelcontextprotocol.io")git clone https://github.com/daedalus/mcp-registry.git
cd mcp-registry
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/---
mcp-name: io.github.daedalus/mcp-registry
Loading reviews...