mcp解锁pdf
MCP服务器为客户端提供读取受保护(或不受保护)PDF的能力
用法
要使此MCP服务器工作,请将以下配置添加到MCP配置文件中:
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}