PDF Manipulation Toolkit

by Sohaib-2

404 downloads
Not rated
GitHub

About

Comprehensive PDF manipulation toolkit. Merge, split, encrypt, optimize PDFs through natural language commands via MCP protocol.

Details

Author
Sohaib-2
Downloads
404
Categories
Other

- Merge, split, extract, and rotate PDF pages
- AES-256 and basic password encryption/decryption
- Optimize PDFs for web or email size
- Repair corrupted PDFs and validate integrity
- Extract embedded attachments and update metadata
- Download PDFs from URLs and preview via system viewer
- Flexible file path resolution with workspace configuration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name PDF Manipulation Toolkit
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, create a Python virtual environment, install dependencies from requirements.txt, and install external tools PDFtk and QPDF. Then add the server to the Claude Desktop configuration file (claude_desktop_config.json) pointing to server.py. After restarting Claude Desktop, issue natural language commands like “Merge these 3 PDFs into one document” or “Encrypt my report with password protection”. Alternatively, call tools programmatically using their Python signatures.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "pdf manipulation toolkit": {
            "pdf-tools": {
                "command": "python",
                "args": [
                    "path\\to\\pdf-mcp-server\\server.py"
                ]
            }
        }
    }
}

McpServers

{
    "pdf-tools": {
        "command": "python",
        "args": [
            "path\\to\\pdf-mcp-server\\server.py"
        ]
    }
}

PDF MCP Server

GitHub stars
GitHub issues
GitHub license
Python 3.8+

> Transform PDF manipulation with AI-powered natural language commands through Claude integration

Comprehensive PDF toolkit that integrates seamlessly with Claude AI via MCP (Model Context Protocol). Perform complex PDF operations using simple conversational commands - merge, split, encrypt, optimize, and analyze PDFs effortlessly.

Demo

🚀 Quick Start

Clone & Setup

git clone https://github.com/Sohaib-2/pdf-mcp-server.git
cd pdf-mcp-server

Option 1: With Virtual Environment (Recommended)

```bash python -m venv .venv
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.