MCP Hub
Back to servers

PDF Reader

MCP (Model Context Protocol) Server. Provides functionality to read and extract content from protected and unprotected PDF files, enabling document analysis, content indexing, and data extraction workflows.

Stars
2
Validated
Jan 11, 2026

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

Reviews

No reviews yet

Sign in to write a review