PluginBench
MCP Server
Active
MIT

boxpdf-html MCP Server

io.github.earonesty/boxpdf-html

What is the boxpdf-html MCP server?

Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.

How to install boxpdf-html

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boxpdf-html": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf-html",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "boxpdf-html": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf-html",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "boxpdf-html": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf-html",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "boxpdf-html": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boxpdf-html",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add boxpdf-html -- npx -y boxpdf-html mcp

Related MCP servers

boxpdf

Active

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

16
TypeScript
MIT
View repository →