MCP.so
登录
P

Pdf Toolkit Mcp

@AryanBV

关于 Pdf Toolkit Mcp

MCP server for PDF manipulation — create PDFs from Markdown with tables and formatting, fill forms, merge, split, encrypt, add QR codes. 16 tools, zero external binaries, TypeScript-native. Install: npx -y @aryanbv/pdf-toolkit-mcp

基本信息

分类

开发工具

传输方式

stdio

发布者

AryanBV

提交者

Aryan B V

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "pdf-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@aryanbv/pdf-toolkit-mcp"
      ]
    }
  }
}

工具

6

`pdf_create`

`pdf_extract_text`

`pdf_merge`

`pdf_add_watermark`

`pdf_fill_form`

`pdf_encrypt`

概览

What is Pdf Toolkit Mcp?

Pdf Toolkit Mcp is a zero-configuration MCP server for PDF manipulation — create PDFs from Markdown, fill forms, merge, split, encrypt, add QR codes, and more. It is TypeScript-native, works offline, and requires no API keys or Docker.

How to use Pdf Toolkit Mcp?

Install via npx -y @aryanbv/pdf-toolkit-mcp and add the server to your MCP client configuration (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf). No config files or setup steps are needed.

Key features of Pdf Toolkit Mcp

  • Create PDFs from Markdown with tables, lists, and page numbers
  • Merge, split, rotate, and reorder pages
  • Fill form fields (text, checkbox, dropdown, radio)
  • Add watermarks, page numbers, and embed images
  • Password-protect PDFs with RC4 128‑bit encryption
  • Embed QR codes and barcodes (Code128, DataMatrix, EAN‑13, PDF417, Aztec)

Use cases of Pdf Toolkit Mcp

  • Turn a Markdown document into a professional multi-page PDF report
  • Generate an invoice, report, or letter from structured JSON data using built-in templates
  • Combine multiple PDFs into one, or extract specific page ranges
  • Fill interactive form fields in a PDF with text or checkbox values
  • Add a CONFIDENTIAL watermark or page numbers to existing documents

FAQ from Pdf Toolkit Mcp

What are the system requirements?

Node.js 18 or higher is required. The server runs offline and does not need Docker or any API keys.

What barcode types are supported?

QR Code, Code128, DataMatrix, EAN‑13, PDF417, and Aztec Code. Position and size are fully configurable.

What are the known limitations?

Merge/split/reorder do not preserve form fields. Text extraction returns PDF stream order, not visual reading order. By default only the first 10 pages are extracted. Only JPEG and PNG images can be embedded. Encryption uses RC4 128‑bit, not AES. Non‑Latin characters in form filling require a custom font file.

Is configuration required?

No. The server is zero-config: just install with npx and add it to your MCP client. No config files are needed.

Which clients are supported?

Claude Desktop, Claude Code, Cursor, VS Code (via GitHub Copilot Agent), and Windsurf are all supported with example configurations provided in the README.

评论

开发工具 分类下的更多 MCP 服务器