Content
# mcp-unlock-pdf
MCP server to give client the ability read protected (or un-unprotected) PDF
# Usage
For this MCP server to work, add the following configuration to your MCP config file:
```json
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
forge-orchestrator
Universal coordination engine for AI-powered development — orchestrates...
memo
Memo MCP -- save and restore conversation across agents
n8n-mcp-cc-buildier
A workflow builder for n8n using n8n-mcp integration.