Overview
Features
Cross-platform file search
Provides fast file searching across Windows, macOS, and Linux using the appropriate backend for each platform.
Windows backend (Everything SDK)
Integrates with the Everything SDK to leverage Windows-specific indexing and search capabilities.
macOS backend (mdfind)
Uses macOS's built-in mdfind/Spotlight database for search on macOS.
Linux backend (locate/plocate)
Uses locate or plocate databases to perform searches on Linux.
Rich search parameters
Supports query, max_results, match_path, match_case, match_whole_word, match_regex, and sort_by for advanced queries.
Flexible sorting options
Offers multiple sort orders (by filename, path, size, extension, and date-based orders) via sort_by codes.
Standard response data
Each result includes the file/folder path, size in bytes, and last modified date.
Installation and runtime options
Multiple installation/run pathways: Smithery installation, uv-based execution, or pip installation; Windows requires the EVERYTHING_SDK_PATH when using the SDK.
Who Is This For?
- Developers:Build and integrate cross-platform file search MCP servers for Claude Desktop or other MCP clients.
- End users / power users:Leverage fast, system-wide search capabilities across Windows, macOS, and Linux via MCP integration.




