mcp-unlock-pdf
@algonacci
mcp-unlock-pdf について
MCP server to give client the ability read protected (or un-unprotected) PDF
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-unlock-pdf?
mcp-unlock-pdf is an MCP server designed to give a client the ability to read protected (or "un-unprotected") PDF files. It acts as an intermediary between an MCP client and PDF documents that have restrictions or passwords.
How to use mcp-unlock-pdf?
Use mcp-unlock-pdf by adding the following JSON configuration to your MCP config file. The server uses the uv command to run a Python script (main.py) located in a specific directory. Replace %USERPROFILE%/Documents/GitHub/mcp-unlock-pdf with the actual path to the server folder.
Key features of mcp-unlock-pdf
- Allows reading of protected PDF files.
- Simple configuration via MCP settings file.
- Uses
uvfor execution with a Python script. - Integrates directly into MCP client workflows.
Use cases of mcp-unlock-pdf
- Unlocking password-protected PDF documents for reading.
- Providing access to restricted PDF content through an MCP client.
- Enabling automated workflows that require reading locked PDFs.
FAQ from mcp-unlock-pdf
What does mcp-unlock-pdf do?
It gives the client the ability to read protected (or un-unprotected) PDF files. The server acts as a bridge to unlock or remove restrictions from those PDFs.
How do I configure mcp-unlock-pdf?
Add the provided JSON configuration to your MCP config file. The key parts are the command (uv) and args, which include the path to the server directory and the Python script main.py.
What directory does the configuration assume?
The example configuration uses %USERPROFILE%/Documents/GitHub/mcp-unlock-pdf as the server directory. You must adjust this path to match where you have cloned or stored the server code.
「ファイルとストレージ」の他のコンテンツ
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
Filesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
コメント