Everything File Search for Cursor
io.github.elis132/everything-mcp
Lightning-fast Windows file search for AI agents via voidtools Everything's real-time NTFS index
client:Cursor
transport:stdio
runtime:pypi
Install Everything File Search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"everything-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"everything-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs