PluginBench
MCP Server
Active
MIT

boxpdf MCP Server

io.github.earonesty/boxpdf

What is the boxpdf MCP server?

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

How to install boxpdf

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boxpdf": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "boxpdf": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "boxpdf": {
      "command": "npx",
      "args": [
        "-y",
        "boxpdf",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "boxpdf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boxpdf",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add boxpdf -- npx -y boxpdf mcp

Related MCP servers

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

0
TypeScript
MIT
View repository →