Skip to content
Grok

Everything File Search for Grok

io.github.elis132/everything-mcp

Lightning-fast Windows file search for AI agents via voidtools Everything's real-time NTFS index

client:Grok transport:stdio runtime:pypi

Install Everything File Search in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "everything-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "everything-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Everything File Search in other clients