Pdf Toolkit MCP Server

MCP server for PDF manipulation — 22 tools: render pages to images for vision, Markdown/template→PDF, AES-256 encrypt, form-preserving merge/split

Local serverstdioTypeScript

What is the Pdf Toolkit MCP MCP server?

MCP server for PDF manipulation — 22 tools: render pages to images for vision, Markdown/template→PDF, AES-256 encrypt, form-preserving merge/split, fill forms, search, compare, QR codes, watermark. Zero-config, TypeScript-native. Exposed over MCP by the pdf toolkit mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

A write-capable PDF toolkit for any MCP client. It provides 22 tools for reading, creating, rendering, transforming, and securing PDFs. That includes rendering pages to images so vision models can read scanned documents, building PDFs from Markdown or structured data, AES-256 encryption, and merge and split operations that keep form fields intact. There are no native dependencies, so it runs locally from a single npx command.

Most PDF servers for MCP only read. This one also writes: it creates documents from Markdown or structured data, fills and flattens forms, rearranges page structure, and applies AES-256 encryption, all without a native build toolchain.

Its toolset

Everything the assistant can do here goes through one of these:

  • Category — Tool
  • Read — pdf_extract_text
  • Manipulate — pdf_merge
  • Create — pdf_create
  • Render — pdf_render_pages

Configuration

  • Node.js 20 or later. Node 18 and the 20.x line are end-of-life, so Node 22 or 24 LTS is recommended.

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @aryanbv/pdf-toolkit-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pdf Toolkit MCP's toolset — Category, Read, Manipulate and 2 more — is a fair guide to whether it matches your workflow. It is maintained by aryanbv; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pdf Toolkit MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the pdf toolkit mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
CategoryTool
Readpdf_extract_text
Manipulatepdf_merge
Createpdf_create
Renderpdf_render_pages

How to install the Pdf Toolkit MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 20 or later. Node 18 and the 20.x line are end-of-life, so Node 22 or 24 LTS is recommended.

Example prompts to try

  • Use Pdf Toolkit MCP to Category.
  • Use Pdf Toolkit MCP to Read.
  • Use Pdf Toolkit MCP to Manipulate.

Frequently asked questions

It connects Pdf Toolkit MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Category, Read, Manipulate, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pdf Toolkit MCP directly.