boxpdf-html for VS Code
io.github.earonesty/boxpdf-html
Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.
client:VS Code
transport:stdio
runtime:npm
Install boxpdf-html in VS Code
.vscode/mcp.json
{
"servers": {
"boxpdf-html": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs