Skip to content
VS Code

PDFTools for VS Code

io.github.therealmrfunguy/pdf-tools

Extract text and tables from PDFs, merge documents, and get metadata.

client:VS Code transport:sse

Install PDFTools in VS Code

.vscode/mcp.json

{
  "servers": {
    "pdf-tools": {
      "type": "sse",
      "url": "https://pdf.rjctdlabs.xyz/sse"
    }
  }
}

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

PDFTools in other clients