WORK IN PROGRESS - USE WITH CAUTION - Windows:
@hanweg
About WORK IN PROGRESS - USE WITH CAUTION - Windows:
MCP server for working with PDF files
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pdf-tools": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WORK IN PROGRESS - USE WITH CAUTION - Windows:?
An MCP (Model Context Protocol) server that provides PDF manipulation tools. It allows LLMs to perform operations like merging PDFs and extracting pages through the Model Context Protocol.
How to use WORK IN PROGRESS - USE WITH CAUTION - Windows:?
Clone the repository, create a virtual environment with uv venv, activate it, and install the package with uv pip install -e .. Then configure your Claude Desktop client by adding the server definition to claude_desktop_config.json with the command uv and the appropriate arguments pointing to the server directory.
Key features of WORK IN PROGRESS - USE WITH CAUTION - Windows:
- Merge multiple PDF files into a single PDF
- Merge PDFs in a user-specified order
- Extract specific pages from a PDF file
- Search inside PDFs (filesystem/Everthing search works better)
- Find and merge related PDFs via text extraction and regex
Use cases of WORK IN PROGRESS - USE WITH CAUTION - Windows:
- Combining several PDF documents into one file
- Extracting a subset of pages from a large PDF
- Searching for text within PDF files
- Automatically identifying and merging PDFs related to a target document
FAQ from WORK IN PROGRESS - USE WITH CAUTION - Windows:
—
More Files & Storage MCP servers
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
Bulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
Sample S3 Model Context Protocol Server
aws-samplesStoracha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Comments