MCP ExplorerExplorer

Mcp Pdf Tools

@hanwegon 9 months ago
47 Unlicense
FreeCommunity
AI Systems
MCP server for working with PDF files

Overview

What is Mcp Pdf Tools

mcp-pdf-tools is an MCP server designed for manipulating PDF files, allowing users to perform various operations such as merging and extracting pages.

Use cases

Use cases for mcp-pdf-tools include combining documents for presentations, extracting relevant pages for reports, and organizing related PDFs for research.

How to use

To use mcp-pdf-tools, clone the repository, create a virtual environment, activate it, and install the package. Then, configure it in the Claude Desktop settings to run the server.

Key features

Key features include merging multiple PDF files, extracting specific pages, and finding related PDFs based on text extraction and regex pattern matching.

Where to use

undefined

Content

WORK IN PROGRESS - USE WITH CAUTION - Windows:

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"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers