MCP Registry Server
About
A server for discovering and retrieving other MCP servers via MCPulse.
Details
- Author
- kbb99
- GitHub stars
- 5
- Downloads
- 442
- Categories
- Search, Knowledge Base, Other
- Tags
- #web-research
Jump to
- Semantic search retrieval of MCP servers.
- Single tool: retrieve_mcps with query input.
- Easy installation via Smithery or manual build.
- MIT licensed.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Registry ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp registry server": {
"mcp-registry-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@KBB99/mcp-registry-server",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"mcp-registry-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@KBB99/mcp-registry-server",
"--client",
"claude"
]
}
}
- MCP Retriever: Retrieve MCP Servers using semantic search
- retrieve_mcps
- Perform retrieval operations against the MCP registry.
- Inputs:
- query(string): The search query for retrieval.
To install MCP Registry Server for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude
git clone https://github.com/KBB99/mcp-registry-server.git cd mcp-registry-server npm install npm run build
You can confirm the server is working by running:
Add this to yourclaude_desktop_config.json:
{ "mcpServers": { "mcp-registry-server": { "command": "node", "args": [ "./path/to/build/mcp-registry-server/dist/index.js" ] } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
This README assumes that your server package is namedmcp-server-retriever. Adjust the package name and installation details if they differ in your setup. Also, ensure that your server script is correctly built and that all dependencies are properly managed in yourpackage.json.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/
Research tools, including a Sqlite-backed document stash
Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.
SerpApi MCP Server for Google and other search engine results
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




