Everything MCP Server
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., "@Everything MCP Serversearch my Downloads folder for PDFs modified this week"
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.
Everything MCP (Native Plugin & MCP Server)
Model Context Protocol (MCP) Server for Everything 1.5.
本项目参考 voidtools/http_server 和 voidtools/etp_server 官方原生插件架构开发,将 Model Context Protocol (MCP) 服务作为 Everything 1.5 原生 C 语言 DLL 插件 (mcp_server64.dll) 运行于 Everything 进程内部,同时提供一键安装程序 (Everything-MCP-Server-Setup.exe) 与独立服务运行模式。
🌟 核心特性
官方原生插件架构:实现 Everything 1.5 插件标准生命周期回调与动态函数绑定,直接调用内存中的
db_query_*索引查询引擎。Everything 选项菜单集成:无缝集成至 Everything 的
工具 -> 选项 -> 插件 -> MCP Server配置页,支持图形化管理服务开关、管道名称、端口、最大结果数等。双传输通道:支持 Windows 命名管道(
\\.\pipe\EverythingMCP)与本地 HTTP/SSE(http://127.0.0.1:8765/mcp)。完整 MCP 工具集:提供搜索、定向文件/文件夹查找、元数据查询、安全文本预览、状态检测等 6 项标准 MCP 工具。
Related MCP server: Enhanced Everything MCP Server
📦 插件安装与使用
方式一:一键安装程序(推荐)
下载或编译生成的
dist-plugin/Everything-MCP-Server-Setup.exe。双击运行安装程序,点击确认完成部署。
在 Everything 中点击
文件 -> 退出,然后重新打开 Everything 1.5。
方式二:手动复制 DLL
将
dist-plugin/mcp_server64.dll复制到 Everything 的Plugins目录(例如C:\Program Files\Everything\Plugins\或D:\Set\Everything\Everything\Plugins\)。在 Everything 中点击
文件 -> 退出并重新启动 Everything。
管理插件选项
在 Everything 主界面中,点击 工具 (Tools) -> 选项 (Options) -> 插件 (Plug-ins) -> MCP Server 即可实时调整配置。
🤖 接入 AI 客户端配置
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"everything": {
"command": "node",
"args": [
"D:\\Set\\Everything\\EverythingPlugin\\Everything MCP\\bridge\\everything-pipe-bridge.ts"
]
}
}
}Cursor / Cline / Windsurf
{
"mcpServers": {
"everything": {
"command": "node",
"args": [
"D:/Set/Everything/EverythingPlugin/Everything MCP/bridge/everything-pipe-bridge.ts"
]
}
}
}🔧 支持的 MCP 工具列表
工具名称 | 功能描述 |
| 通用全文检索,支持通配符、 |
| 结构化查找文件(按名称、扩展名、目录、大小与日期) |
| 结构化查找目录 |
| 查询文件/目录在 Everything 中的索引属性与本地文件属性 |
| 文本文件安全预览(支持设置最大行数与字节数,自动检测二进制文件) |
| 查看 Everything MCP 插件运行状态与配置详情 |
🛠️ 本地编译构建
一键构建原生插件与安装程序
build.bat构建生成的文件位于 dist-plugin/:
dist-plugin/mcp_server64.dlldist-plugin/Everything-MCP-Server-Setup.exe
编译 TypeScript 独立服务
npm install
npm test
npm run build📁 项目目录结构
📁 Everything MCP/
├── 📁 native-plugin/ # C 语言原生 Everything 1.5 插件源码
│ ├── 📄 everything_plugin.h # Everything 1.5 官方 SDK 头文件
│ ├── 📄 mcp_server.h & .c # 进程内 MCP 协议、命名管道与 HTTP 引擎
│ ├── 📄 plugin_main.c # everything_plugin_proc 生命周期与选项 UI
│ ├── 📄 version.h # 版本定义
│ ├── 📄 mcp_server.def # 导出定义
│ └── 📄 build.bat # 插件编译脚本
├── 📁 setup/ # 官方风格一键安装程序源码
│ ├── 📁 src/
│ │ └── 📄 setup.c
│ └── 📄 build-setup.bat
├── 📁 dist-plugin/ # 编译生成物 (DLL & Setup.exe)
├── 📁 bridge/ # Stdio 到命名管道的高速桥接
│ └── 📄 everything-pipe-bridge.ts
├── 📁 src/ # Node.js 独立 MCP 服务源码
├── 📁 docs/ # 开发与安装指南文档
│ ├── 📄 Everything_1.5_Plugins_and_SDK_CN.md
│ └── 📄 Everything_1.5_Native_MCP_Plugin_Guide_CN.md
├── 📄 build.bat # 全量构建脚本
├── 📄 LICENSE
└── 📄 README.md📄 版权与声明
Everything 与 Everything 搜索引擎 归 David Carpenter (voidtools) 所有。
本项目为独立的开源实现,与 voidtools 无官方附属关系。
许可协议:MIT License。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables instant file and folder searching on Windows using Everything's blazing-fast search engine, supporting powerful search syntax including wildcards, regex, size filters, date filters, and comprehensive file information retrieval.4812MIT
- AlicenseBqualityDmaintenanceIntegrates voidtools Everything search engine with AI assistants to provide lightning-fast file search, GitHub integration, intent-based code research, and spec-driven development tools for Windows.52MIT
- AlicenseBqualityDmaintenanceIntegrates Everything file search with Claude Desktop, enabling instant Windows filesystem search via natural language queries.166MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search local files on Windows using the Everything search engine, supporting basic and complex file searches with filters like date, size, media type, and document type.4MIT
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/CastleYu/everything-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server