Back to MCP directory
publicPublicdnsLocal runtime

mcp-unlock-pdf

一个MCP服务器,用于解锁受保护的PDF文件

article

README

🚀 使用说明

本部分介绍如何配置MCP服务器,使其能够正常运行并为客户端提供读取受保护(或解除保护)的PDF文件的能力。

🚀 快速开始

要使此MCP服务器正常运行,请在您的MCP配置文件中添加以下配置:

{
  "mcpServers": {
    "unlock_pdf": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

此配置允许MCP服务器为客户端提供读取受保护(或解除保护)的PDF文件的能力。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client