PDF Tools MCP
A comprehensive set of PDF manipulation tools built with the Model Context Protocol (MCP) framework.
Features
Local PDF Operations
- Display: Render PDF pages as images
- Merge: Combine multiple pages into a single long page
- Metadata: Extract document metadata
- Text: Extract text blocks and detailed text information
- Snippets: Create freeform or full-width snippets from PDF pages
- Fuse: Combine pages from multiple documents into a single document
Remote PDF Operations
- Display: Render remote PDF pages as images
- Download: Fetch PDFs from URLs to local storage
Installation
# Clone the repository
git clone https://github.com/yourusername/pdf-tools-mcp.git
cd pdf-tools-mcp
# Install dependencies
uv pip install -e .
Usage
Start the MCP server:
python -m src.main
The server provides PDF manipulation endpoints through the MCP protocol.
Development
- Python 3.12+ required
- Uses the MCP framework for tool registration
- PDF documents are stored with UUID4 filenames for security
# Update dependencies
uv pip install -e . --upgrade
# Commit changes (uses conventional commit format)
cz commit
Dependencies
- MCP Framework
- PyMuPDF
- aiohttp/aiofiles for async operations
- python-magic-bin for file type detection
License
MIT. See LICENSE.
PDF Tools
Project Details
- danielkennedy1/pdf-tools-mcp
- MIT License
- Last Updated: 4/21/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.
Storacha MCP storage server - self-sovereign data for your AI applications.
An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
An MCP Server for interacting with Reaper projects.
Control your Android devices with AI using Model Context Protocol
An MCP for telegram to integrate with Claude desktop.
A Model Context Protocol (MCP) server that enables natural language queries to databases
MCP to connect Claude with Spotify.
A Model Context Protocol (MCP) server that converts LaTeX mathematical expressions to MathML format.





