MCP 解锁 PDF 工具
提供客户端读取受保护或未受保护 PDF 文件的 MCP 服务器。
快速入门
- 确保已安装 Python 运行环境。
- 克隆本仓库到本地: git clone https://github.com/algonacci/mcp-unlock-pdf.git
- 在您的 MCP 配置文件中添加以下内容: { "mcpServers": { "unlock_pdf": { "command": "uv", "args": [ "--directory", "%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf", "run", "python", "main.py" ] } } }
- 启动服务并运行程序。