Mcp Unlock Pdf

Mcp Unlock Pdf

Created by algonacci2 months ago

MCP server to give client the ability read protected (or un-unprotected) PDF

Other / Misc
mcp-unlock-pdfpdf-readerdocument-management

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"
      ]
    }
  }
}

Prerequisites

  • Familiarity with the server domain
  • Basic understanding of related technologies
  • Knowledge of Other / Misc