MCP PDF Forms
MCP PDFフォーム
MCPと PyMuPDF で構築された PDF フォーム操作ツールキット。
特徴
複数のディレクトリからPDFファイルを検索する
PDFファイルからフォームフィールド情報を抽出する
PDF ドキュメントのフォーム フィールドを視覚化する
Related MCP server: PDF MCP Server
インストール
# Install package from PyPI
pip install mcp_pdf_forms
# Or install from source
git clone https://github.com/Wildebeest/mcp_pdf_forms.git
cd mcp_pdf_forms
pip install -e .サーバ
サーバー コンポーネントは、MCP の API を介して PDF 関連のツールを提供します。
# Start the server with one or more directories to scan for PDFs
uv run -m mcp_pdf_forms.server examplesまたは、claude-code に追加するには:
claude mcp add pdf-forms uv run -- --with mcp-pdf-forms -m mcp_pdf_forms.server .使用法
インストールが完了すると、このパッケージを使用してPDFフォームを操作できるようになります。このパッケージは、MCPインターフェースを通じてツールを提供します。
PDF検出ツール
PDF 検出ツールは、指定されたディレクトリ間で PDF ファイルを見つけるのに役立ちます。
入力: PDFを検索するディレクトリパス
出力: 指定されたディレクトリで見つかったPDFファイルのリスト
使用方法: これを使用して、プロジェクトまたは指定されたフォルダ内のすべてのPDFファイルをすばやく見つけます
フォームフィールド抽出ツール
フォーム フィールド抽出ツールは、PDF ドキュメント内のすべてのフォーム フィールドに関する情報を抽出します。
入力: PDFファイルへのパス
出力: フィールド名、タイプ、位置、その他のプロパティを含む各フォーム フィールドの詳細情報
使用方法: フォームの構造を分析し、入力可能なフィールドを理解するために使用します。
フィールドハイライト可視化ツール
フィールドハイライトツールは、PDF 内のフォーム フィールドの視覚的な表現を作成します。
入力: PDFファイルへのパス
出力: すべてのフォームフィールドが簡単に識別できるように強調表示された変更されたPDF
使用方法: ドキュメント内のフォームフィールドのレイアウトと位置を視覚的に検査するために使用します。
使用されたライブラリ
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.
- Alicense-qualityBmaintenanceAn MCP server for PDF form filling, basic editing, and OCR text extraction. It enables users to merge, rotate, annotate, and sign PDFs, while also supporting text extraction from both searchable and scanned image-based documents.2Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides tools for reading, writing, and manipulating PDF files, including text extraction, metadata retrieval, and merging or splitting documents. It also enables users to create PDFs from plain text and convert specific pages or entire documents into images.31ISC
- AlicenseAqualityDmaintenanceAn MCP server for local PDF manipulation including merging, splitting, rotating, watermarking, and text extraction. It works with various MCP-compatible clients and processes PDFs entirely on-device without cloud services.1113MIT
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
MCP Server for JFrog, providing tools for development and artifact management.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wildebeest/mcp_pdf_forms'
If you have feedback or need assistance with the MCP directory API, please join our Discord server