- Explore MCP Servers
- mcp-pdf-tools
Mcp Pdf Tools
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
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
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
- 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"
]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










