Skip to content
VS Code

ezpzfile for VS Code

io.github.ezpzfile/ezpzfile

Local file tools for agents: documents, PDFs, images, QR codes. Nothing is uploaded.

client:VS Code transport:stdio runtime:npm

Install ezpzfile in VS Code

.vscode/mcp.json

{
  "servers": {
    "ezpzfile": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ezpzfile-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ezpzfile in other clients