Permanently redact PII from PDFs. The text is removed, not covered. OCR for scanned documents.
claude mcp add redact-pdf-mcp -- npx -y redact-pdf-mcp
claude_desktop_config.json
{
"mcpServers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"redact-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dambuchs--redact-pdf-mcp/reviews or the review_server meta-tool.
POST /mcp