Skip to content
Zed

boxpdf for Zed

io.github.earonesty/boxpdf

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

client:Zed transport:stdio runtime:npm

Install boxpdf in Zed

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

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

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

boxpdf in other clients