pdf-modifier-mcp
Related Servers
Alternatives to pdf-modifier-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to extract structured data from PDFs with confidence scores and provenance, and to search, review, and correct documents via MCP tools, resources, and prompts.-
- AlicenseCqualityBmaintenanceEnables AI assistants to perform PDF operations like merge, split, compress, convert, encrypt, OCR, and summarize using natural language.987 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to perform 13 PDF operations (merge, split, compress, watermark, encrypt, and more) on local files via MCP.2-
- AlicenseBqualityDmaintenanceEnables PDF manipulation including text, images, annotations, form fields, page operations, and metadata through natural language.16MIT
- AlicenseNot gradedqualityDmaintenanceEnables creation and editing of Word, Excel, and PowerPoint documents within MCP clients through AI assistants.MIT
- AlicenseAqualityCmaintenanceProvides PDF reading, text search, navigation, and form filling capabilities through MCP, with cross-platform PDF viewer integration for seamless document interaction.79MIT
TDQS
Scored across 6 tools
Most tools have clearly distinct purposes: reading structure, modifying content, listing hyperlinks, and batch processing are unambiguous. However, read_pdf_structure and inspect_pdf_fonts both report font name, size, and coordinates, so an agent could be uncertain which to use when investigating text styling.
All tools follow a consistent verb_noun snake_case pattern (extract_, read_, inspect_, modify_, list_, batch_modify_). The batch_ prefix clearly signals the multi-file variant of modify_pdf_content, making the naming predictable and scannable.
Six tools is a well-scoped set for a PDF modification server. Each tool covers a distinct aspect of the domain—inspection, single-file modification, batch modification, font analysis, and hyperlink inventory—without bloat or redundancy.
The core workflow is covered: read structure, inspect fonts, modify text, list hyperlinks, and batch process. Minor gaps exist such as no page-level operations (reorder, delete, rotate) or image extraction, but these fall outside the server's evident text-and-link modification focus.