PDF Tools
π - PDF download, view & manipulation utilities.
What is PDF Tools?
PDF Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to π - pdf download, view & manipulation utilities.
π - PDF download, view & manipulation utilities.
This server falls under the File Systems category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- π - PDF download, view & manipulation utilities.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx pdf-toolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use PDF Tools
PDF Tools MCP is a Python-based server that brings comprehensive PDF manipulation capabilities to AI assistants. It lets you download PDFs from URLs, render pages as images, extract text and metadata, merge documents, and create page snippets β all through natural language commands. Built with PyMuPDF, it handles both local and remote PDF files and stores documents with UUID4 filenames for security. Developers and researchers who regularly work with PDF documents will find it invaluable for automating document workflows from within Claude.
Prerequisites
- Python 3.12 or higher installed
- uv package manager (recommended) or pip
- An MCP-compatible client such as Claude Desktop or Claude Code
- PyMuPDF and aiohttp dependencies (installed automatically)
Install via Smithery (recommended)
The easiest way to install PDF Tools MCP is through the Smithery CLI, which configures the server automatically for your Claude client.
npx -y @smithery/cli install @danielkennedy1/pdf-tools-mcp --client claudeOr clone and install manually
Alternatively, clone the repository and install it using uv or pip in editable mode.
git clone https://github.com/danielkennedy1/pdf-tools-mcp.git
cd pdf-tools-mcp
uv pip install -e .Start the MCP server
Run the server using Python's module invocation. Keep this process running while using it with your MCP client.
python -m src.mainAdd to Claude Desktop configuration
Open your Claude Desktop config file and add the server entry pointing to the installed package.
Verify the server is available
Restart Claude Desktop and check that the PDF Tools server appears in the MCP servers list. You can then ask Claude to perform a PDF operation to confirm it is working.
PDF Tools Examples
Client configuration
Add this block to your claude_desktop_config.json to register the PDF Tools MCP server. Adjust the path to where you cloned the repository.
{
"mcpServers": {
"pdf-tools": {
"command": "python",
"args": ["-m", "src.main"],
"cwd": "/path/to/pdf-tools-mcp"
}
}
}Prompts to try
Once connected, use these natural language prompts to interact with PDF documents through Claude.
- "Download the PDF at https://example.com/report.pdf and show me the first page"
- "Extract all text from the PDF I just downloaded"
- "What is the metadata of this PDF β author, page count, creation date?"
- "Merge pages 1-3 from document A with pages 5-7 from document B"
- "Create a text snippet from page 2 of the report"Troubleshooting PDF Tools
Server fails to start with a PyMuPDF import error
Ensure you installed the package in editable mode with all dependencies: run 'uv pip install -e .' from the project root. PyMuPDF requires Python 3.12+.
Remote PDF download fails or times out
Check that aiohttp is installed and the URL is publicly accessible. Some PDFs behind authentication or CDNs may block programmatic access. Try a direct download link.
Claude does not see the PDF Tools server
Confirm the server is running before launching Claude Desktop. The 'cwd' in the config must point to the correct repository root containing the 'src' directory.
Frequently Asked Questions about PDF Tools
What is PDF Tools?
PDF Tools is a Model Context Protocol (MCP) server that π - pdf download, view & manipulation utilities. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install PDF Tools?
Follow the installation instructions on the PDF Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with PDF Tools?
PDF Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is PDF Tools free to use?
Yes, PDF Tools is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
PDF Tools Alternatives β Similar File Systems Servers
Looking for alternatives to PDF Tools? Here are other popular file systems servers you can use with Claude, Cursor, and VS Code.
Electerm
β 14.1kπ»Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)
Plik
β 1.8kPlik is a temporary file upload system (Wetransfer like) in Go.
Kordoc
β 957An MCP server that parses South Korean document formats like HWP, HWPX, and PDF into Markdown. It features specialized table reconstruction and security-hardened extraction optimized for administrative and public institution files.
macOS Automator
β 801A Model Context Protocol server that enables execution of AppleScript and JavaScript for Automation scripts on macOS, allowing programmatic control of applications and system functions through a rich knowledge base of pre-defined scripts.
PDF Reader
β 723Enables reading, searching, and metadata extraction from PDF files without loading the entire content into the context window. It provides efficient tools for text cleaning, page-specific extraction, and context-aware search results.
Filesystem MCP Server
β 643Provides comprehensive filesystem operations (read, write, list, create, delete, move files and directories) through the Model Context Protocol with Streamable HTTP transport and built-in security through configurable root directory restrictions.
Browse More File Systems MCP Servers
Explore all file systems servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up PDF Tools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use PDF Tools?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.