development
search
file management
cross-platform
MCP
What is An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux.?
Everything Search MCP Server is an MCP server that provides fast file searching capabilities across Windows, macOS, and Linux. It utilizes the Everything SDK on Windows, the built-in mdfind command on macOS, and the locate/plocate command on Linux. The server supports various search parameters and syntax specific to each platform.
Documentation
Everything Search MCP Server
An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux. On Windows, it uses the Everything SDK. On macOS, it uses the built-in mdfind command. On Linux, it uses the locate/plocate command.
Tools# search
Search for files and folders across your system. The search capabilities and syntax support vary by platform:
Windows: Full Everything SDK features (see syntax guide below)
macOS: Basic filename and content search using Spotlight database
Linux: Basic filename search using locate database
Parameters:
query (required): Search query string. See platform-specific notes below.
max_results (optional): Maximum number of results to return (default: 100, max: 1000)
match_path (optional): Match against full path instead of filename only (default: false)
sort_by (optional): Sort order for results (default: 1). Available options:
- 1: Sort by filename (A to Z)
- 2: Sort by filename (Z to A)
- 3: Sort by path (A to Z)
- 4: Sort by path (Z to A)
- 5: Sort by size (smallest first)
- 6: Sort by size (largest first)
- 7: Sort by extension (A to Z)
- 8: Sort by extension (Z to A)
- 11: Sort by creation date (oldest first)
- 12: Sort by creation date (newest first)
- 13: Sort by modification date (oldest first)
- 14: Sort by modification date (newest first)
Or if you've installed the package in a specific directory or are developing on it:
git clone https://github.com/mamertofabian/mcp-everything-search.git
cd mcp-everything-search/src/mcp_server_everything_search
npx @modelcontextprotocol/inspector uv run mcp-server-everything-search
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Disclaimer
This project is not affiliated with, endorsed by, or sponsored by voidtools (the creators of Everything search utility). This is an independent project that utilizes the publicly available Everything SDK.