mcp-search
v0.0.4
Published
MCP server for searching and finding other MCP servers
Readme
MCP Search
An MCP (Model Context Protocol) server that allows agents to search and find other MCP servers from your API.
Usage
Configure in mcp.json
Add the following to your mcp.json file:
{
"mcp-search": {
"command": "npx",
"args": [
"-y",
"mcp-search"
]
}
}Available Tools
This MCP server provides three tools:
- searchMcpServers - Searches for MCP servers using a query
- getMcpServer - Gets a specific MCP server by slug
Development
# Install dependencies
npm install
# Build
npm run build
## License
MIT 