loading…
Search for a command to run...
loading…
An MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provide
An MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provides tools to search, list, and view detailed configurations and version history for servers within the registry.
MCP server for interacting with the MCP Registry API
pip install mcp-registry
Configure 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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": []
}
}
}