Skip to content
VS Code

DicePDF for VS Code

io.github.ishan-maheshwari/dicepdf

Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.

client:VS Code transport:stdio runtime:npm

Install DicePDF in VS Code

.vscode/mcp.json

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

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

DicePDF in other clients