Skip to content
Cursor

boxpdf for Cursor

io.github.earonesty/boxpdf

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

client:Cursor transport:stdio runtime:npm

Install boxpdf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

boxpdf in other clients