Skip to content
Gemini CLI

boxpdf-html for Gemini CLI

io.github.earonesty/boxpdf-html

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

client:Gemini CLI transport:stdio runtime:npm

Install boxpdf-html in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

boxpdf-html in other clients