search_mcp_servers
Search a curated catalog of over 3,500 MCP servers to find the right tool for your workflow. Filter by category, client, or language to narrow results.
Instructions
Search the catalog of 3500+ MCP servers at thedailyworkflow.com.
Args: query: Free-text search (matches name, description, keywords). Example: "notion", "postgres database". category: Filter by category. Common values: databases, web, filesystem, cloud, productivity, communication, dev, ai, search, monitoring. client: Filter by supported MCP client. Values: claude-desktop, cursor, cline, windsurf, continue, goose. language: Filter by implementation language. Values: typescript, python, go, rust, java. limit: Max results to return (1-25, default 10).
Returns:
Dict with count and results (list of MCP server summaries).
Each result has: slug, name, description, categories, language, transport,
supported_clients, stars, repo_url, page_url (link to full info).
Use this when the user asks for an MCP server matching some need ("find me an MCP for X", "what MCP servers work with Cursor", "Slack MCP servers"). After choosing a candidate, call get_mcp_install_config to get ready-to-paste setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| category | No | ||
| client | No | ||
| language | No | ||
| limit | No |