Skip to content
Zed

boxpdf-html for Zed

io.github.earonesty/boxpdf-html

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

client:Zed transport:stdio runtime:npm

Install boxpdf-html in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "boxpdf-html": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf-html"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

boxpdf-html in other clients