MCP Registry Server
Overview
MCP Registry Server is a tool designed to retrieve MCP Servers using semantic search, allowing users to efficiently find and manage their MCP resources.
To use the MCP Registry Server, you need to install it via Smithery, build the server, and configure it in your Claude Desktop setup.
- MCP Retriever: Retrieve MCP Servers using semantic search. - Installation via Smithery: Easy installation process for Claude Desktop. - Configuration: Simple setup for integration with Claude Desktop.
- Efficiently searching for MCP servers in large datasets.
- Integrating MCP server retrieval into applications using Claude Desktop.
- Managing and organizing MCP resources for better accessibility.
Add to your AI client
Use these steps to connect MCP Registry Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-registry-server-kbb99": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-registry-server-kbb99": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-registry-server-kbb99": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-registry-server-kbb99": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-registry-server-kbb99": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-registry-server-kbb99": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-registry-server-kbb99"
]
}
}
}FAQ
How do I install MCP Registry Server?
You can install it using the command: `npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude`.
Can I modify the MCP Registry Server?
Yes! It is licensed under the MIT License, allowing you to modify and distribute it as per the license terms.
What is the main functionality of the MCP Registry Server?
The main functionality is to retrieve MCP servers using semantic search, making it easier to find relevant resources.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1489,"uuid":"a574abef-e847-4bd8-9d78-41f45f368372","name":"mcp-registry-server","title":"MCP Registry Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/19329998?v=4","created_at":"2025-02-20T16:03:34.432Z","updated_at":"2025-02-23T07:13:16.024Z","status":"created","author_name":"KBB99","author_avatar_url":"https://avatars.githubusercontent.com/u/19329998?v=4","tags":"mcp-registry-server,mcp-retriever,semantic-search","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/KBB99/mcp-registry-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/0776cab8fa22f8919b1699691832d20c63852188e5d3cb0d0f2b8d0ab6aa0097/68747470733a2f2f736d6974686572792e61692f62616467652f404b424239392f6d63702d72656769737472792d736572766572","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]