Programmatic REST API to search and discover MCP servers and tools. Find exactly what you need, fast.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"7ac89d24-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7ac89d24-mcp-servers-tools-search-and"
]
}
}
}
Run in terminal:
claude mcp add 7ac89d24-mcp-servers npx -y ncreighton/7ac89d24-mcp-servers-tools-search-and
Add to .cursor/mcp.json:
{
"mcpServers": {
"7ac89d24-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7ac89d24-mcp-servers-tools-search-and"
]
}
}
}