home / mcp / servers search mcp server
Provides tooling to list, search, and discover MCP servers and their features.
Configuration
View docs{
"mcpServers": {
"atonomus-mcp-servers-search": {
"command": "npx",
"args": [
"@atonomus/mcp-servers-search"
]
}
}
}You manage and discover MCP servers with a lightweight search tool that helps you browse, filter, and retrieve details about available MCP servers. It makes it easy to find exact capabilities you need, such as databases, APIs, or AI-related services, and to get random suggestions for exploration without leaving your workspace.
You run the MCP servers search tool from your command line or integrate it into your Claude Desktop setup. Start by listing servers, filtering by category, or searching for a keyword to quickly locate relevant MCP servers. You can also request servers that provide specific features or get a random set for discovery. Use the results to decide which MCP server to run locally or connect to remotely.
Typical workflows include: - Browsing all servers in the official category to understand core capabilities - Filtering by a topic such as database or API to narrow results - Asking for servers that support a particular feature and limiting the number of results - Getting a small, random subset to explore new possibilities without bias
Prerequisites: you need Node.js and npm installed on your system.
Install the MCP servers search tool globally so you can run it from anywhere.
npm install -g @atonomus/mcp-servers-search
```json
{
"name": "servers_search",
"type": "stdio",
"command": "npx",
"args": ["@atonomus/mcp-servers-search"]
}List all MCP servers with optional filtering by category, search term, and limit to control results.
Retrieve detailed information about a specific MCP server by name.
Find servers that provide a specific feature or capability and return a limited set.
Obtain a random selection of MCP servers for exploration, optionally filtered by category and count.
Force a refresh of the cached MCP server list to pull the latest data.