PDF native MCP server: generate, validate, sign PAdES, embed, extract. AI-powered.
PDF native MCP server: generate, validate, sign PAdES, embed, extract. AI-powered. The pdfnative mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
pdfnative-mcp exposes 24 production-grade tools to any MCP host:
Everything the assistant can do here goes through one of these:
verbosity — 'summary' — returns a compact scalar-only verdict (drops the heavy arrays / full text). E.g. verify_pdf → { signatureCount, allValid, invalidfields — ['a', 'b.c'] — projects the structured result to named dot-paths; composes after verbosity. Unknown paths are omitted lenientlyTree — shakeable ESM buildgenerate_basic_pdf — Multi-page A4 documents from structured blocks (headings, paragraphs, lists, page breaks). Embedded newlines auto-split into paragraphs. Optionaladd_barcode — QR Code, Code 128, EAN-13, Data Matrix, PDF417 — embedded in a single-page PDFadd_international_text — 24 scripts (incl. Latin & COLRv1 colour emoji) with BiDi & OpenType shaping; multi-lang per documentadd_table — Tabular reports with smart fields (wrap, repeatHeader, zebra, caption, minRowHeight, cellPadding)add_form — Create a new interactive AcroForm PDF with text fields, checkboxes, radio buttons, dropdownsembed_image — Embed a JPEG or PNG image (base64) into a titled PDF documentprepare_signature_placeholder — Step 1 of the two-step sign workflow — create a PDF with a /Sig AcroForm placeholdersign_pdf — Apply a PAdES-compatible CMS signature (RSA-SHA256 / ECDSA-SHA256 P-256). Auto-injects a placeholder when neededverify_pdf — Verify every PAdES signature in a PDF (integrity + signature value + optional chain trust)Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: PDFNATIVE_MCP_OUTPUT_DIR. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pdfnative's toolset — verbosity, fields, Tree and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Nizoka; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| verbosity | 'summary' — returns a compact scalar-only verdict (drops the heavy arrays / full text). E.g. verify_pdf → { signatureCount, allValid, invalid, summary }. |
| fields | ['a', 'b.c'] — projects the structured result to named dot-paths; composes after verbosity. Unknown paths are omitted leniently. |
| Tree | shakeable ESM build. |
| generate_basic_pdf | Multi-page A4 documents from structured blocks (headings, paragraphs, lists, page breaks). Embedded newlines auto-split into paragraphs. Optional pdfA. |
| add_barcode | QR Code, Code 128, EAN-13, Data Matrix, PDF417 — embedded in a single-page PDF. |
| add_international_text | 24 scripts (incl. **Latin** & COLRv1 **colour emoji**) with BiDi & OpenType shaping; multi-lang per document. |
| add_table | Tabular reports with smart fields (wrap, repeatHeader, zebra, caption, minRowHeight, cellPadding). |
| add_form | Create a **new** interactive AcroForm PDF with text fields, checkboxes, radio buttons, dropdowns. |
| embed_image | Embed a JPEG or PNG image (base64) into a titled PDF document. |
| prepare_signature_placeholder | Step 1 of the two-step sign workflow — create a PDF with a /Sig AcroForm placeholder. |
| sign_pdf | Apply a PAdES-compatible CMS signature (RSA-SHA256 / ECDSA-SHA256 P-256). Auto-injects a placeholder when needed. |
| verify_pdf | Verify every PAdES signature in a PDF (integrity + signature value + optional chain trust). |
| add_attachment | Generate a PDF/A-3 document with embedded files (Factur-X / ZUGFeRD invoices). |
| extract_attachments | Read-only extraction of embedded files (Factur-X / ZUGFeRD XML round-trip) with byte-for-byte payloads. |
{
"mcpServers": {
"pdfnative": {
"command": "npx",
"args": ["-y", "pdfnative-mcp"],
"env": {
"PDFNATIVE_MCP_OUTPUT_DIR": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PDFNATIVE_MCP_OUTPUT_DIR | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.