Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

PDF Manipulation

БесплатноНе проверен

Integrates PDF manipulation capabilities using Python libraries to enable merging, extraction, and content-based document retrieval tasks.

GitHubEmbed

Описание

Integrates PDF manipulation capabilities using Python libraries to enable merging, extraction, and content-based document retrieval tasks.

README

MCP PDF Tools Server

An MCP (Model Context Protocol) server that provides PDF manipulation tools. This server allows LLMs to perform operations like merging PDFs and extracting pages through the Model Context Protocol.

mcp-pdf-tools MCP server

Features

  • Merge multiple PDF files into a single PDF
  • Merge multiple PDF files into a single PDF in user specified order
  • Extract specific pages from a PDF file
  • Search PDFs filesystem search or Everything search works better than this
  • Find (and merge) related PDFs based on text extraction and regex pattern matching from a target input PDF

Installation

  1. Clone this repository
cd mcp-pdf-tools

# Create and activate virtual environment
uv venv
.venv\Scripts\activate

# Install the package
uv pip install -e .

Usage with Claude Desktop

Add this to your Claude Desktop configuration file (claude_desktop_config.json):

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

from github.com/hanweg/mcp-pdf-tools

Установка PDF Manipulation

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/hanweg/mcp-pdf-tools

FAQ

PDF Manipulation MCP бесплатный?

Да, PDF Manipulation MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для PDF Manipulation?

Нет, PDF Manipulation работает без API-ключей и переменных окружения.

PDF Manipulation — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить PDF Manipulation в Claude Desktop, Claude Code или Cursor?

Открой PDF Manipulation на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare PDF Manipulation with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development