Odel
redact pdf mcp

redact pdf mcp

Local
@dambuchsTypeScriptMITUpdated 4 days ago

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).

npmredact-pdf-mcpv0.1.1

Run

npx -y redact-pdf-mcp

MCP client config

{
  "mcpServers": {
    "redact-pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redact-pdf-mcp"
      ]
    }
  }
}