pdfnative-mcp
Related Servers
Alternatives to pdfnative-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to perform comprehensive PDF operations locally, including compression, text extraction, PII redaction, page organization, splitting, merging, watermarking, creation, and form filling, all without cloud uploads.15 npm-
- AlicenseBqualityAmaintenanceEnables AI agents to perform local-first PDF processing entirely on-device, including OCR write-back to make scans searchable, unlocking and re-encrypting PDFs, splitting/merging/rotating pages, and compressing files, with no cloud calls or file uploads.251MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to create and process office documents locally, including generating branded PDF, Word, Excel, and editable PowerPoint files from templates and themes, plus reading, OCR, form-filling, manipulation, and conversion of PDFs.1MIT
- AlicenseAqualityCmaintenanceGenerate professional PDFs from Claude, Cursor, and other AI tools. Create invoices, contracts, reports, and certificates from templates or inline HTML markup.730 npm1MIT
- AlicenseNot gradedqualityDmaintenanceLocal document intelligence for AI agents — extract text, detect tables, read metadata, analyze structure, search keywords, and detect language from PDF and DOCX files. No cloud API required, no API key needed.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to inspect PDFs, merge or extract pages, and clean text entirely offline through the Model Context Protocol, with no uploads, API keys, or network calls.450 npmMIT
TDQS
Scored across 28 tools
Each tool has a distinctly scoped purpose, and the descriptions explicitly disambiguate related paths ('use the dedicated tools only for a standalone artefact', 'Need ONE document? Use extract_pages. Need several documents? Use split_pdf', 'sign_pdf auto-injects the placeholder'). The multiple add_*/generate_* tools remain easy to separate because the doc-generator tells the agent which to choose.
All tool names are lowercase snake_case with a clear verb+object convention: add_barcode, extract_text, sign_pdf, encrypt_pdf, fill_form, split_pdf. The shared add_*/extract_*/generate_* style makes the operation families predictable even across 28 tools.
28 tools is above the reasonable ceiling for this set; generate_basic_pdf already supports table, image, barcode, form, and chart blocks, so the standalone add_table/embed_image/add_table/add_barcode/add_rt/add_ort/add_rt dedicated tools are redundant additions to the same body. prepare_signature_placeholder is also optional, and draft_governance_issue sits outside the PDF domain, contributing unnecessary surface.
The server covers document creation, inspection, text/attachment extraction, forms, signatures, LTV, encryption/decryption, merging/splitting, and layout probing. Obvious gaps are operations like attaching files to an exexistig PDF, removing or editing existing content, and page deletion in-space, but most real workflow have no dead ends.