boxpdf for VS Code
io.github.earonesty/boxpdf
Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.
client:VS Code
transport:stdio
runtime:npm
Install boxpdf in VS Code
.vscode/mcp.json
{
"servers": {
"boxpdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boxpdf"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs