Everything Search MCP Server
by Alihkhawaher
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Everything Search MCP Server
An MCP server that provides integration with Everything Search Engine, allowing powerful file search capabilities through the Model Context Protocol.
Features
- Full text search across files and directories
- Advanced search options:
- Case sensitive search
- Whole word matching
- Regular expressions
- Path search
- Sorting options:
- By name
- By path
- By size
- By date modified
- Result formatting:
- Human-readable file sizes
- Formatted dates
- Full file paths
Prerequisites
- Node.js 16 or higher
- Everything Search Engine with HTTP Server enabled
Everything Search Configuration
- Open Everything Search
- Go to Tools > Options > HTTP Server
- Enable HTTP Server
- Set the HTTP Server port to 8011 (this is the default port used by this MCP server)
- Click OK to save changes
Note: If you need to use a different port, you'll need to modify the port in src/server.ts
where it connects to http://127.0.0.1:8011/
Installation
Copy
Usage
The server provides a single tool through MCP:
Copy
Example Searches
- Basic file search:
Copy
- Advanced search with filters:
Copy
- Regex search in paths:
Copy
License
ISC
You must be authenticated.
Provides integration with Everything Search Engine allowing powerful file search capabilities through the Model Context Protocol with advanced search options like regex, case sensitivity, and sorting.