Skip to content
MCP Server Directory logo
other-misc

Mcp Unlock Pdf

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

Reviewed overview

MCP サーバー概要

# 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” ] } } } ```