mcp-pdf-tools

The Unlicense
19

local-only server

The server can only run on the client’s local machine because it depends on local resources.

作業中 - 注意して使用してください - Windows:

MCP PDFツールサーバー

PDF操作ツールを提供するMCP(モデルコンテキストプロトコル)サーバー。このサーバーにより、LLMはモデルコンテキストプロトコルを介してPDFの結合やページの抽出などの操作を実行できます。

特徴

  • 複数のPDFファイルを1つのPDFに結合する
  • 複数の PDF ファイルをユーザーが指定した順序で 1 つの PDF に結合します
  • PDFファイルから特定のページを抽出する
  • PDF検索、ファイルシステム検索、またはEverything検索の方がこれよりも優れています
  • 対象の入力 PDF からテキスト抽出と正規表現パターン マッチングに基づいて関連する PDF を検索 (および結合) します。

インストール

  1. このリポジトリをクローンする
cd mcp-pdf-tools # Create and activate virtual environment uv venv .venv\Scripts\activate # Install the package uv pip install -e .

Claude Desktopでの使用

Claude Desktop 構成ファイル (claude_desktop_config.json) に以下を追加します。

{ "mcpServers": { "pdf-tools": { "command": "uv", "args": [ "--directory", "PATH_TO\\mcp-pdf-tools", "run", "pdf-tools" ] } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

PyPDF2 を使用して mcp を実行する: • merge-pdfs • extract-pages • search-pdfs • merge-pdfs-ordered (ユーザー指定の順序でマージ) • find-related-pdfs (関連 PDF ファイルの正規表現抽出テキスト)

  1. MCP PDF Tools Server
    1. Features
    2. Installation
    3. Usage with Claude Desktop
ID: fqtuoh05xi