boxpdf-html for Cursor
io.github.earonesty/boxpdf-html
Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install boxpdf-html in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"boxpdf-html": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs