mcpbeat Sign in

Redact PDF MCP Server

local only

Redact PDF MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 12 Sep 2026.

Permanently redact PII from PDFs and scans. EU/Swiss-hosted, never used to train AI models.

Installs per day peak 293 · avg 13
a month agotoday
40
Installs / week
npm · redact-pdf-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Redact PDF MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add redact-pdf-mcp -- npx -y redact-pdf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "redact-pdf-mcp": {
      "args": [
        "-y",
        "redact-pdf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.redact-pdf-mcp]
command = "npx"
args = ["-y", "redact-pdf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "redact-pdf-mcp": {
      "args": [
        "-y",
        "redact-pdf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "redact-pdf-mcp": {
      "args": [
        "-y",
        "redact-pdf-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Redact PDF MCP

same job, measured the same way
RentRollAPI
by ekvanauk

Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)

2 tools answering
pdfAssistant
by pdfassistant

Convert, merge, compress, OCR, redact, and sign PDFs inside your AI assistant. From pdfAssistant.

answering
Nutrient Document Engine MCP Server
by pspdfkit

MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.

42 installs/wk local only
Blackout
by thrain

Permanent local PDF redaction: text is removed and verified gone, not covered. No uploads.

119 installs/wk local only
PDF Redaction MCP
by pdf-redaction

MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.

answering
Document Processing
by filegraph

Extract text from documents, manipulate PDFs, and perform OCR on images.

9 tools answering
I
PDF Kit
by benhuang21828

AI-powered PDF tools: fill forms, merge, extract data, and split PDFs

114 installs/wk local only
Pdfrender
by pdfrender

HTML-to-PDF MCP server — render pixel-faithful PDFs from HTML.

1 tools answering

Redact PDF MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Redact PDF MCP?
Redact PDF MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package redact-pdf-mcp was installed 40 times last week.
How do I connect Redact PDF MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls redact-pdf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Redact PDF MCP?
The npm package redact-pdf-mcp was installed 40 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Redact PDF MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.