mcp_pdf_forms
What is this MCP
This MCP is a PDF form manipulation toolkit that provides tools for discovering PDF files, extracting form field information, and visualizing form fields in documents. It's built on the Machine Conversation Protocol (MCP) framework and PyMuPDF library.
How to use this MCP
Install via pip (pip install mcp_pdf_forms
) or from source. Use the command line tool mcp-pdf-forms
to start the server and scan directories for PDFs. The package provides three main tools: PDF discovery, form field extraction, and field highlight visualization.
What this MCP can be used for
This MCP is useful for automating PDF form processing, analyzing form structures, and visually inspecting form field layouts. It can be integrated into workflows that require PDF form manipulation, such as document automation systems or form processing pipelines.