ToolsforAI/unlockpdf-skill
AI-ready skills and MCP server for unlocking PDF passwords via unlockpdf.dev
Platform-specific configuration:
{
"mcpServers": {
"unlockpdf-skill": {
"command": "npx",
"args": [
"-y",
"unlockpdf-skill"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Remove PDF password protection from any AI agent or tool.
Powered by unlockpdf.dev — 10 free unlocks/day, then $0.05 USDC per unlock via x402.
---
Copy `skill.md` and paste it into any AI tool's system prompt or instructions. Works with Claude, ChatGPT, Cursor, or any LLM.
What it does: Gives your AI the instructions to call unlockpdf.dev automatically when you ask it to unlock a PDF.
---
---
The MCP server lets Claude act fully autonomously — reading PDFs from your filesystem and saving unlocked files directly, no copy-paste needed.
cd mcp-server
npm installEdit your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unlockpdf": {
"command": "node",
"args": ["/absolute/path/to/unlockpdf-skill/mcp-server/index.js"]
}
}
}Restart Claude Desktop. You'll see "unlockpdf" appear in the tools panel.
Just tell Claude:
Claude will call the MCP tools automatically.
| Tool | Description | |------|-------------| | check_usage | Check remaining free unlocks and payment info | | unlock_pdf | Remove password from a PDF file |
---
Loading reviews...