The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Server Find listing page.
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery.
mcp-name: io.github.daedalus/mcp-server-find
mcp-server-find is an MCP server that helps AI agents discover, evaluate, and install other MCP servers. It aggregates data from:
search_mcp_servers: Search for MCP servers by keywordget_server_details: Get detailed server informationget_install_config: Generate install config for a platformbrowse_categories: Browse MCP server categoriesinit_database(db_path?: str) -> sqlite3.Connection - Initialize SQLite with FTS5search_servers(conn, query, limit?, filters?) -> list[SearchResult] - Search MCP serversget_server_details(conn, name_or_slug) -> ServerDetail | None - Get detailed server infoget_install_config(conn, name_or_slug, platform) -> InstallConfig - Generate install configlist_categories(conn) -> list[Category] - List all categoriesget_servers_by_category(conn, category, limit?) -> list[dict] - Get servers in category