pdfcraft

GitHub

PDFCraft is a free, privacy-focused PDF toolkit that runs entirely in your browser. With 90+ professional tools, you can edit, convert, merge, split, and secure your PDF files without ever uploading them to a server.

7,023 stars JavaScript 1 file ยท ~3,744 tokens

pdfcraft MCP Server

MCP server for PDFCraftTool/pdfcraft

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "pdfcraft": {
      "command": "npx",
      "args": [
        "-y",
        "@PDFCraftTool/pdfcraft"
      ]
    }
  }
}