Locate and analyze PDF files based on content similarity, using repeating substring patterns or text analysis, to identify related documents within a specified directory.
Combine multiple PDF files into one document using the merge-pdfs tool from the mcp-pdf-tools server. Specify input files and output path to create a single PDF.
Break down large PDF files into smaller chunks to manage memory constraints. Define page range, chunk size, and output summary for efficient processing of PDFs over 50MB.
Split PDF documents into multiple files by specifying page ranges or individual pages. Extract specific sections or separate each page into individual PDFs for easier management and distribution.
An MCP server that converts Excel and Apple Numbers files to PDF format, enabling AI assistants like Claude to perform file conversion directly through conversation.
mcp using PyPDF2 to:
• merge-pdfs
• extract-pages
• search-pdfs
• merge-pdfs-ordered (merge in user spec. order)
• find-related-pdfs (regex extracted text for related PDF files)
Enables AI agents to safely explore directories, read files, search content by pattern or filename, and edit files with checksum verification and dry-run preview within sandboxed filesystem access.