Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.
claude mcp add boxpdf-html -- npx -y boxpdf-html
claude_desktop_config.json
{
"mcpServers": {
"boxpdf-html": {
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"boxpdf-html": {
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"boxpdf-html": {
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"boxpdf-html": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"boxpdf-html": {
"command": "npx",
"args": [
"-y",
"boxpdf-html"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.earonesty--boxpdf-html/reviews or the review_server meta-tool.
POST /mcp