MCP PDFフォーム
MCPと PyMuPDF で構築された PDF フォーム操作ツールキット。
特徴
- 複数のディレクトリからPDFファイルを検索する
- PDFファイルからフォームフィールド情報を抽出する
- PDF ドキュメントのフォーム フィールドを視覚化する
インストール
サーバ
サーバー コンポーネントは、MCP の API を介して PDF 関連のツールを提供します。
または、claude-code に追加するには:
使用法
インストールが完了すると、このパッケージを使用してPDFフォームを操作できるようになります。このパッケージは、MCPインターフェースを通じてツールを提供します。
PDF検出ツール
PDF 検出ツールは、指定されたディレクトリ間で PDF ファイルを見つけるのに役立ちます。
- 入力: PDFを検索するディレクトリパス
- 出力: 指定されたディレクトリで見つかったPDFファイルのリスト
- 使用方法: これを使用して、プロジェクトまたは指定されたフォルダ内のすべてのPDFファイルをすばやく見つけます
フォームフィールド抽出ツール
フォーム フィールド抽出ツールは、PDF ドキュメント内のすべてのフォーム フィールドに関する情報を抽出します。
- 入力: PDFファイルへのパス
- 出力: フィールド名、タイプ、位置、その他のプロパティを含む各フォーム フィールドの詳細情報
- 使用方法: フォームの構造を分析し、入力可能なフィールドを理解するために使用します。
フィールドハイライト可視化ツール
フィールドハイライトツールは、PDF 内のフォーム フィールドの視覚的な表現を作成します。
- 入力: PDFファイルへのパス
- 出力: すべてのフォームフィールドが簡単に識別できるように強調表示された変更されたPDF
- 使用方法: ドキュメント内のフォームフィールドのレイアウトと位置を視覚的に検査するために使用します。
使用されたライブラリ
ライセンス
マサチューセッツ工科大学
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP の API を介して PDF フォーム操作ツールを提供するサーバー。ユーザーはディレクトリ間で PDF を検索したり、フォーム フィールド情報を抽出したり、ドキュメント内のフォーム フィールドを視覚化したりできます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.Last updated -117Python
- -securityAlicense-qualityAn MCP server that provides multiple file conversion tools for AI agents, supporting various document and image format conversions including DOCX to PDF, PDF to DOCX, image conversions, Excel to CSV, HTML to PDF, and Markdown to PDF.Last updated -15PythonMIT License
- -securityFlicense-qualityA PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.Last updated -24Python
- -securityAlicense-qualityA Model Context Protocol (MCP) based server that efficiently manages PDF files, allowing AI coding tools like Cursor to read, summarize, and extract information from PDF datasheets to assist embedded development work.Last updated -6Apache 2.0