Permanently redact PII from PDFs. The text is removed, not covered. OCR for scanned documents.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y redact-pdf-mcp
MCP client config
{
"mcpServers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}