Skip to content
Cursor

ezpzfile for Cursor

io.github.ezpzfile/ezpzfile

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

client:Cursor transport:stdio runtime:npm

Install ezpzfile in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ezpzfile in other clients