MCP Registry Search
io.github.Spacemandomains/mcp-registry-searchSearch and browse every MCP server in the Model Context Protocol registry.
Tools · 3
Find servers by keyword or name (e.g. 'weather', 'github', 'database'). Returns matching servers with their endpoint URL, transport type, and description.
Get full metadata for a specific MCP server by its reverse-DNS registry name (e.g. io.github.username/server-name). Returns all versions, remotes, packages, and tools.
Browse all MCP servers in the registry with pagination. Use the next_cursor from the response to fetch subsequent pages.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_registry_search": {
"url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp",
"transport": "streamable-http"
}
}
}