@quickerhub/everything-mcp
Enables fast cross-project file search on Windows using Voidtools Everything. Agents can locate files and folders across the whole machine in milliseconds.
README
@quickerhub/everything-mcp
Fast cross-project file search for AI agents via voidtools Everything on Windows.
Uses the Everything SDK DLL (same approach as QuickerPc), not es.exe.
Published by QuickerHub.
Architecture
Cursor / Claude / VS Code
→ everything-mcp.exe (MCP stdio)
→ Everything64.dll (bundled SDK IPC client)
→ Everything.exe (user-installed tray client + index engine)
The bundled DLL is only an IPC client. Everything.exe must be installed and running to maintain the file index.
Prerequisites
- Windows x64
- .NET 8 Runtime
- Everything 1.4.x installed (stable). Tray client should be running.
- Node.js 18+ (only for
npxlauncher)
No es.exe / ES CLI required.
MCP config
Direct exe (recommended for local dev)
{
"mcpServers": {
"everything-search": {
"command": "D:\\source\\repos\\quicker\\everything-mcp\\publish\\cli\\everything-mcp.exe",
"args": []
}
}
}
Build first:
cd D:\source\repos\quicker\everything-mcp
.\build.ps1 -Publish
npm launcher
{
"mcpServers": {
"everything-search": {
"command": "npx",
"args": ["-y", "@quickerhub/everything-mcp"]
}
}
}
Override exe path:
{
"env": {
"EVERYTHING_MCP_EXE": "D:\\path\\to\\everything-mcp.exe"
}
}
Tools
| Tool | Description |
|---|---|
search |
Search files/folders via Everything index (returns JSON) |
status |
Check bundled SDK DLL and Everything client state |
search parameters
| Parameter | Description |
|---|---|
query |
Everything query (ext:cs, wildcards, etc.) |
max_results |
Default 100, max 1000 |
scope_path |
Limit to folder subtree |
match_path |
Match full path |
match_case |
Case-sensitive |
match_whole_word |
Whole words only |
regex |
Regex mode |
sort_by |
name_asc, date_modified_desc, ... |
auto_start |
Try starting Everything tray client (default true) |
Example
{
"query": "quicker-rpc",
"scope_path": "D:\\source\\repos\\quicker",
"max_results": 20
}
Development
.\build.ps1 # build only
.\build.ps1 -Publish # publish to publish/cli
.\publish\cli\everything-mcp.exe --smoke-test
Release
Latest: https://github.com/QuickerHub/everything-mcp/releases/latest
.\publish\Publish-GitHubRelease.ps1 -Version 0.2.0
gh release create v0.2.0 --title "v0.2.0" artifacts/*
npm (@quickerhub/everything-mcp)
Requires NPM_TOKEN repo secret (npm automation token with publish access to @quickerhub).
gh secret set NPM_TOKEN --repo QuickerHub/everything-mcp
gh workflow run publish.yml --repo QuickerHub/everything-mcp -f version=0.2.0
Creating a GitHub Release also triggers the npm publish workflow automatically.
Comparison with QuickerPc
| QuickerPc | everything-mcp | |
|---|---|---|
| SDK DLL | Everything64.dll bundled |
same |
| Everything.exe | user-installed, required | same |
| IPC | P/Invoke | P/Invoke |
| es.exe | not used | not used |
Related
License
MIT. Everything SDK DLL is from voidtools (public SDK); not affiliated with voidtools.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.