mcp-unlock-pdf
@algonacci
About mcp-unlock-pdf
MCP server to give client the ability read protected (or un-unprotected) PDF
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}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 mcp-unlock-pdf?
mcp-unlock-pdf is an MCP server designed to give a client the ability to read protected (or "un-unprotected") PDF files. It acts as an intermediary between an MCP client and PDF documents that have restrictions or passwords.
How to use mcp-unlock-pdf?
Use mcp-unlock-pdf by adding the following JSON configuration to your MCP config file. The server uses the uv command to run a Python script (main.py) located in a specific directory. Replace %USERPROFILE%/Documents/GitHub/mcp-unlock-pdf with the actual path to the server folder.
Key features of mcp-unlock-pdf
- Allows reading of protected PDF files.
- Simple configuration via MCP settings file.
- Uses
uvfor execution with a Python script. - Integrates directly into MCP client workflows.
Use cases of mcp-unlock-pdf
- Unlocking password-protected PDF documents for reading.
- Providing access to restricted PDF content through an MCP client.
- Enabling automated workflows that require reading locked PDFs.
FAQ from mcp-unlock-pdf
What does mcp-unlock-pdf do?
It gives the client the ability to read protected (or un-unprotected) PDF files. The server acts as a bridge to unlock or remove restrictions from those PDFs.
How do I configure mcp-unlock-pdf?
Add the provided JSON configuration to your MCP config file. The key parts are the command (uv) and args, which include the path to the server directory and the Python script main.py.
What directory does the configuration assume?
The example configuration uses %USERPROFILE%/Documents/GitHub/mcp-unlock-pdf as the server directory. You must adjust this path to match where you have cloned or stored the server code.
Frequently asked questions
What does mcp-unlock-pdf do?
It gives the client the ability to read protected (or un-unprotected) PDF files. The server acts as a bridge to unlock or remove restrictions from those PDFs.
How do I configure mcp-unlock-pdf?
Add the provided JSON configuration to your MCP config file. The key parts are the `command` (`uv`) and `args`, which include the path to the server directory and the Python script `main.py`.
What directory does the configuration assume?
The example configuration uses `%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf` as the server directory. You must adjust this path to match where you have cloned or stored the server code.
Basic information
More Files & Storage MCP servers
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.

Google Drive
modelcontextprotocolModel Context Protocol Servers
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Comments