This server connects to the MCP Registry API to help you discover other available MCP servers without leaving your Claude environment. It exposes a single tool, list_mcp_servers, which lets you browse and search the registry with pagination support for handling large result sets. You can optionally point it at custom registry endpoints if you're running a private registry. Reach for this when you want to explore what MCP servers exist or need to programmatically search for servers matching specific criteria. The tool returns raw server data optimized for semantic analysis, so Claude can help you find servers based on natural language queries about capabilities rather than exact name matches.
A Model Context Protocol (MCP) server that provides tools to interact with the MCP Registry. This server allows you to discover and search for available MCP servers in the registry.
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json:
{
"servers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry@latest"
]
}
}
}
list_mcp_serversLists MCP servers from the MCP Registry with optional pagination and filtering.
Parameters:
limit (optional): Maximum number of servers to return (1-100, default: 50)cursor (optional): Pagination cursor for retrieving next set of resultsregistry_url (optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp