@quickerhub/everything-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@quickerhub/everything-mcpfind all .cs files under D:\source\repos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@quickerhub/everything-mcp
Fast cross-project file search for AI agents via voidtools Everything on Windows.
Published by QuickerHub. Use with Cursor, Claude Desktop, VS Code Copilot, Windsurf, and other MCP hosts.
Why
Cursor and other agents only index the current workspace. When you work across many repos under D:\source\repos, built-in Glob/SemanticSearch often cannot find directories in other projects.
everything-mcp exposes Everything's indexed search to agents so they can locate files and folders in milliseconds across the whole machine.
Related MCP server: Everything MCP Server
Prerequisites
Windows
Everything installed and running in the tray (GUI client must be up; service alone is not enough for
es.exe)Everything CLI
es.exeon PATH (installvoidtools.Everything.Clivia winget, or setEVERYTHING_ES_PATH)Node.js 18+
First-time setup:
winget install voidtools.Everything
winget install voidtools.Everything.Cli
# Start Everything tray client (required for IPC)
Start-Process "C:\Program Files\Everything\Everything.exe" "-startup"MCP config
Cursor / Claude Desktop (mcpServers)
{
"mcpServers": {
"everything-search": {
"command": "npx",
"args": ["-y", "@quickerhub/everything-mcp"]
}
}
}VS Code Copilot (servers)
{
"servers": {
"everything-search": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@quickerhub/everything-mcp"]
}
}
}Global install
npm install -g @quickerhub/everything-mcp{
"command": "everything-mcp",
"args": []
}Tools
Tool | Description |
| Search files/folders via Everything index |
| Check |
search parameters
Parameter | Type | Description |
| string | Everything query (wildcards, |
| number | Default 100, max 1000 |
| string | Limit to folder subtree |
| boolean | Match full path |
| boolean | Case-sensitive |
| boolean | Files only |
| boolean | Folders only |
Example queries
quicker-rpc
ext:cs path:D:\source\repos\quicker
*.slnx
CeaQuickerTools QuickerUtilDevelopment
cd D:\source\repos\quicker\everything-mcp
npm install
npm run build
npm startDebug with MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsPublish
npm package releases are triggered by GitHub Release tags (v*) via .github/workflows/publish.yml.
git tag v0.1.0
git push origin v0.1.0Requires NPM_TOKEN secret on the QuickerHub/everything-mcp repository.
Related
QuickerHub/quicker-rpc — Quicker action authoring MCP (
@quickerhub/qkrpc-mcp)voidtools Everything — indexed file search engine
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuickerHub/everything-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server