MCP Registry Server
@KBB99
About MCP Registry Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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 provides semantic search retrieval of other MCP servers from a registry. It is intended for developers or AI agents who need to discover MCP servers by query.
How to use MCP Registry Server?
Install via Smithery with npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude, or manually clone the repo, install dependencies, build, and add the server to your claude_desktop_config.json. The server exposes the tool retrieve_mcps which accepts a query string.
Key features of MCP Registry Server
- Semantic search retrieval of MCP servers.
- Single tool:
retrieve_mcpswith query input. - Easy installation via Smithery or manual build.
- MIT licensed.
Use cases of MCP Registry Server
— (No use cases explicitly listed in the README.)
FAQ from MCP Registry Server
What is the purpose of MCP Registry Server?
It retrieves MCP servers using semantic search, helping users discover relevant MCPs.
How do I install MCP Registry Server?
You can install it automatically via Smithery or manually by cloning the repository, running npm install and npm run build, then configuring your Claude Desktop client.
What tools does MCP Registry Server provide?
It provides one tool: retrieve_mcps, which takes a query string as input.
What license does MCP Registry Server use?
It is licensed under the MIT License.
Does MCP Registry Server require any special runtime?
It requires Node.js to build and run the server.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
🚀 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,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments