Back to MCP Servers
Everything Search
Fast Windows file search using Everything SDK
file-systems
Installation
npx -y mcp-everything-searchConfiguration
{
"mcpServers": {
"mcp-everything-search": {
"command": "npx",
"args": ["-y", "mcp-everything-search"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes