MCP Registry Server
@MCP-Mirror
About MCP Registry Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"KBB99_mcp-registry-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@KBB99/mcp-registry-server",
"--client",
"claude"
]
}
}
}Tools
1Perform retrieval operations against the MCP registry.
Overview
What is MCP Registry Server?
MCP Registry Server is an MCP server that allows you to retrieve MCP servers using semantic search. It provides a retrieve_mcps tool for querying the registry.
How to use MCP Registry Server?
Install via Smithery with npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude or build manually by cloning the repository, running npm install && npm run build, then configuring the server in Claude Desktop's claude_desktop_config.json. Invoke the retrieve_mcps tool with a query string.
Key features of MCP Registry Server
- Provides semantic search for MCP servers
- Offers a single
retrieve_mcpstool - Installable automatically via Smithery
- Runs on Node.js
- Licensed under MIT
Use cases of MCP Registry Server
- Semantically search for MCP servers relevant to a query
- Integrate MCP server discovery into Claude Desktop workflows
FAQ from MCP Registry Server
How do I install MCP Registry Server using Smithery?
Run npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude to install automatically for Claude Desktop.
How do I configure MCP Registry Server for Claude Desktop?
Clone the repository, install dependencies, build the project, then add a configuration entry to claude_desktop_config.json with command: "node" and args pointing to the built index.js.
What license does MCP Registry Server use?
It is licensed under the MIT License, allowing free use, modification, and distribution.
Frequently asked questions
How do I install MCP Registry Server using Smithery?
Run `npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude` to install automatically for Claude Desktop.
How do I configure MCP Registry Server for Claude Desktop?
Clone the repository, install dependencies, build the project, then add a configuration entry to `claude_desktop_config.json` with `command: "node"` and `args` pointing to the built `index.js`.
What license does MCP Registry Server use?
It is licensed under the MIT License, allowing free use, modification, and distribution.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student β in a fraction of the time. What once took a week, now takes one free period.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments