Skip to content
VS Code

mcp pdf for VS Code

io.github.kmalakoff/mcp-pdf

MCP server for PDF generation using PDFKit

client:VS Code transport:stdio runtime:npm

Install mcp pdf in VS Code

.vscode/mcp.json

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

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

mcp pdf in other clients