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.
- Open Claude.ai → Create a new Project
- Go to Project Instructions
- Copy and paste the contents of
claude-project.md - Done — Claude will now automatically use unlockpdf.dev whenever you mention PDF passwords in that project
Connect directly to our hosted MCP server. No download, no setup.
Edit your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unlockpdf": {
"type": "sse",
"url": "https://unlockpdf.dev/mcp"
}
}
}Restart Claude Desktop. You'll see "unlockpdf" in the tools panel instantly.
Just tell Claude:
- "Unlock this PDF, password is abc123"
- "Remove the password from my PDF"
- "How many free unlocks do I have left today?"
Claude will call the MCP tools automatically.
If you prefer to run it locally instead:
cd mcp-server
npm installThen use this config instead:
{
"mcpServers": {
"unlockpdf": {
"command": "node",
"args": ["/absolute/path/to/unlockpdf-skill/mcp-server/index.js"]
}
}
}| Tool | Description |
|---|---|
check_usage |
Check remaining free unlocks and payment info |
unlock_pdf |
Remove password from a PDF file |
| Tier | Price |
|---|---|
| Free | 10 unlocks/day |
| Pay per use | $0.05 USDC on Base via x402 |
No signup. No subscription. No API keys.
- unlockpdf.dev — the tool
- API docs
- Pricing
- OpenAPI schema
- llms.txt