Skip to content
VS Code

pdf for VS Code

com.yaktool/pdf

Merge, split, compress, unlock, organize, extract, fill forms and check PDFs — 12 local tools.

client:VS Code transport:stdio runtime:npm

Install pdf in VS Code

.vscode/mcp.json

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

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

pdf in other clients