Skip to content
VS Code

pdf toolkit mcp for VS Code

io.github.aryanbv/pdf-toolkit-mcp

Write-capable PDF toolkit MCP: 22 tools to read, create, render, encrypt, merge & fill PDFs.

client:VS Code transport:stdio runtime:npm

Install pdf toolkit mcp in VS Code

.vscode/mcp.json

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

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

pdf toolkit mcp in other clients