MCP server to give client the ability read protected (or un-unprotected) PDF
MCP server to give client the ability read protected (or un-unprotected) PDF
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"unlock_pdf": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-unlock-pdf",
"run",
"python",
"main.py"
]
}
}
}
A Python-based MCP (Model Context Protocol) server that predicts the origin
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.