mcp search
Search the MCP registry for available servers. This command is a convenience alias for the registry search command with limited options. For advanced filtering and options, use registry search directly.
Synopsis
Search for servers by query:
bash
npx -y @1mcp/agent mcp search <query>Browse all available servers:
bash
npx -y @1mcp/agent mcp searchArguments
<query> (optional) : Search query string to match against server names, descriptions, and tags.
Limitations
Since this is an alias to registry search, it only supports basic search functionality. Advanced filtering options like --status, --type, --transport, and --format are only available in the full registry search command.
Examples
Basic Search
Search for database-related servers:
bash
npx -y @1mcp/agent mcp search databaseBrowse All Servers
List all available servers:
bash
npx -y @1mcp/agent mcp searchSee Also
- registry search - Full registry search command with advanced options
- registry commands - Complete registry command documentation
- mcp install - Install servers found through search
