mcpbeat Sign in

boxpdf MCP Server

local only

boxpdf runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 218 · avg 57 · -72% w/w
a month agotoday
204
Installs / week
npm · boxpdf
16
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check boxpdf every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add boxpdf -- npx -y boxpdf
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boxpdf": {
      "args": [
        "-y",
        "boxpdf"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.boxpdf]
command = "npx"
args = ["-y", "boxpdf"]
.cursor/mcp.json
{
  "mcpServers": {
    "boxpdf": {
      "args": [
        "-y",
        "boxpdf"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "boxpdf": {
      "args": [
        "-y",
        "boxpdf"
      ],
      "command": "npx"
    }
  }
}

Alternatives to boxpdf

same job, measured the same way
boxpdf-html
by earonesty

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

99 installs/wk local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering
PDF Modifier
by mlorentedev

Modify PDF text, replace with regex, and analyze layout while preserving fonts.

221 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Scholar MCP
by pvliesdonk

FastMCP server for scholarly papers, patents, books and standards with docling PDF conversion

217 installs/wk local only
Caelune
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only

boxpdf — questions

Answers built from our own checks of this server.

Why is there no uptime for boxpdf?
boxpdf runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package boxpdf was installed 204 times last week.
How do I connect boxpdf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls boxpdf straight from npm; nothing to host, nothing to sign up for.
How many people use boxpdf?
The npm package boxpdf was installed 204 times in the last week. Week over week that is -72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is boxpdf open source?
Yes — it is published under the MIT licence, written in TypeScript and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.