search_servers
Search the MCP server directory by keyword and/or filters. Keyword matches name, description, and GitHub topics. Returns active servers sorted by relevance then stars. Supply at least one of query, category, or topic — with no query, filters alone enumerate a whole category or topic by stars. Data refreshes nightly from the public GitHub API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10) | |
| query | No | Keywords, e.g. 'postgres', 'browser automation'. Optional if category or topic is given. | |
| topic | No | Optional GitHub topic filter, exact match, e.g. 'kubernetes'. Any topic string works, not only the curated ones from list_topics. | |
| category | No | Optional category slug filter, e.g. 'databases' (see list_categories) | |
| language | No | Optional implementation language filter, e.g. 'Python' |