io.github.daedalus/mcp-server-find
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
Versions
0.1.0latest0.1.1Tools 4
search_mcp_servers Search for MCP servers by keyword, technology, or use case. Call this first whenever the user needs a capability you do not already have. Use it when the user mentions an external service, a database, a filesystem, or asks 'can you connect to X?'. Examples: - query='postgres' for PostgreSQL database - query='slack' for Slack integration - query='filesystem' for file system access Args: query: Search query - keyword, use case, or technology limit: Maximum results to return (1-50, default: 10) transport_type: Filter by transport type (stdio, streamable-http, sse, any) registry_type: Filter by package registry type (npm, pypi, oci, any) registry_source: Filter by registry source (official, glama, smithery, any) Returns: Formatted search results with metadata
get_server_details Get detailed information about an MCP server. Always call this before recommending or installing a server. Returns metadata for judging safety and fit. Args: name: Server name or slug (e.g., 'io.modelcontextprotocol/filesystem') Returns: Detailed server information including trust signals, warnings, environment variables, and tools
get_install_config Generate install config for a target client. Use this after get_server_details to generate a ready-to-paste JSON config. Args: name: Server name or slug platform: Target platform (claude-desktop, cursor, claude-code, cline, windsurf) Returns: JSON config snippet with file paths and required env vars
browse_categories Browse MCP server categories. Call with no category to list all categories with counts. Call with a category to get top servers in that category. Args: category: Optional category name (omit to list all) limit: Maximum results when category provided (1-50, default: 20) Returns: Category list or servers in a category
Permissions 4
database medium env_vars low network medium filesystem low