Server data from the Official MCP Registry
Search and discover MCP servers from the MCP Registry.
Search and discover MCP servers from the MCP Registry.
Valid MCP server (2 strong, 1 medium validity signals). 4 known CVEs in dependencies (1 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
4 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-onticx-search-mcp-registry": {
"args": [
"search-mcp-registry"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Yoh Dawg I heard you like MCP Servers...
Search MCP Registry is a native Model Context Protocol (MCP) server that allows your AI agents (like Claude Desktop) to programmatically search, discover, and install other MCP servers.
You can install and run this server directly via uvx (recommended):
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"search_mcp_registry": {
"command": "uvx",
"args": ["search-mcp-registry"]
}
}
}
uvx or npx commands required to install the discovered servers.This client connects to the public beta of the MCP Registry backend by default. If you host your own backend or have a premium API key, you can override the defaults using environment variables:
{
"mcpServers": {
"search_mcp_registry": {
"command": "uvx",
"args": ["search-mcp-registry"],
"env": {
"REGISTRY_API_URL": "https://your-custom-api.com/v1/tools",
"REGISTRY_API_KEY": "your_personal_api_key"
}
}
}
}
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.