Model Context Protocol (MCP) server for voidtools Everything 1.5 / 1.4 search engine
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"everything-mcp-serve": {
"command": "npx",
"args": [
"-y",
"CastleYu/everything-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add everything-mcp-serve npx -y CastleYu/everything-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"everything-mcp-serve": {
"command": "npx",
"args": [
"-y",
"CastleYu/everything-mcp-server"
]
}
}
}