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
Usage
The server provides a single tool through MCP:
Example Searches
- Basic file search:
- Advanced search with filters:
- Regex search in paths:
License
ISC
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
모든 검색 엔진과 통합되어 정규식, 대소문자 구분, 정렬과 같은 고급 검색 옵션을 갖춘 모델 컨텍스트 프로토콜을 통해 강력한 파일 검색 기능을 제공합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis server provides: * Fast file search capabilities using Everything SDK * Windows-specific implementation * Complements existing filesystem servers with specialized search functionalityLast updated -235MIT License
- AsecurityAlicenseAqualityProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated -1,15842MIT License
- -securityFlicense-qualityA high-performance string search utility with Model Context Protocol integration that enables AI assistants to perform efficient pattern searching in files and strings.Last updated -
- -security-license-qualityProvides fast file searching capabilities across Windows, macOS, and Linux operating systems using platform-specific search technologies.Last updated -MIT License