mcp-unlock-pdf logo

mcp-unlock-pdf

by algonacci

MCP server to give clients the ability to read protected (or un-unprotected) PDFs. It allows users to unlock PDF files through an MCP configuration.

View on GitHub

Last updated: N/A

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:

{
  "mcpServers": {
    "unlock_pdf": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}