Skip to main content
Glama

mcp-pdf-tools

by hanweg

作業中 - 注意して使用してください - 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" ] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

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

  1. MCP PDFツールサーバー
    1. 特徴
    2. インストール
    3. Claude Desktopでの使用

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    An MCP server for converting Markdown documents to PDF files.
    Last updated -
    1
    1
    JavaScript
  • -
    security
    F
    license
    -
    quality
    Provides tools for reading and extracting text from PDF files, supporting both local files and URLs.
    Last updated -
    3
    Python
  • A
    security
    F
    license
    A
    quality
    An 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 -
    1
    6
    Python
    • Apple
  • A
    security
    A
    license
    A
    quality
    Empowers AI agents to securely read and extract information (text, metadata, page count) from PDF files within project contexts using a flexible MCP tool.
    Last updated -
    1
    505
    41
    TypeScript
    MIT License
    • Linux
    • Apple

View all related MCP servers

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/hanweg/mcp-pdf-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server