Everything MCP Server
Provides lightning-fast filesystem search on Windows via the Everything SDK, with fallback to HTTP API.
README
Everything MCP Server
An MCP server for Everything by VoidTools that provides Claude Desktop with lightning-fast filesystem search on Windows. This implementation uses native C bindings via the Everything SDK for maximum performance, with a transparent fallback to the HTTP API.
Features
- Blazing Fast: Leverages the native
Everything64.dllfor near-instant results. - Architecture Aware: Automatically detects and loads the correct DLL (32-bit or 64-bit) based on your Node.js runtime.
- Thread Safe: Implements an internal Mutex to prevent race conditions during concurrent tool calls.
- Non-Blocking: Uses asynchronous worker threads for SDK queries to keep the MCP connection responsive.
- Smart Fallback: Automatically switches to the Everything HTTP Server if the SDK is unavailable.
Prerequisites
- Windows OS: Required for native SDK functionality.
- Everything Search: Must be installed and running.
- Everything SDK: Download here. Ensure the DLLs are in your system PATH or configured via environment variables.
- Node.js: Version 18 or higher.
Installation
- Clone and Install:
npm install
- Build the Project:
npm run build
- Configure Claude Desktop:
Add the following to your
%APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"everything": {
"command": "node",
"args": ["C:\\path\\to\\everything-mcp\\dist\\index.js"],
"env": {
"EVERYTHING_SDK_PATH": "C:\\path\\to\\Everything64.dll"
}
}
}
}
Tool: search_files
Search for files and folders across your entire system with advanced filtering.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query |
string | (required) | Search terms (supports Everything search syntax). |
count |
number | 100 | Maximum number of results to return (1–1000). |
offset |
number | 0 | Pagination offset for large result sets. |
sort |
string | "name" |
name, path, size, date_created, date_modified, extension. |
ascending |
boolean | true |
Set to false for descending order. |
path |
string | - | Scope search to a specific directory. |
regex |
boolean | false |
Enable regular expression matching. |
case |
boolean | false |
Enable case-sensitive matching. |
Development & Testing
The project includes a robust test suite to simulate MCP JSON-RPC communication:
# Run the universal test script
node test-mcp.js
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.