MCP Registry Server
@KBB99
About MCP Registry Server
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments