Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Redact Pdf MCP
Redact Pdf MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:25:20 PM

Redact Pdf MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Permanently redact PII from PDFs. The text is removed, not covered. OCR for scanned documents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "redact-pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redact-pdf-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Redact PDF MCP server

An MCP server that permanently redacts PII from PDFs. Give an agent a PDF, get back a PDF with the sensitive text removed from the file β€” not covered with a black rectangle that anyone can select, copy, or delete.

Most "redaction" MCP servers scrub PII out of prompt text. This one takes a real document and returns a real redacted document.

npm MCP registry License: MIT

redact-pdf-mcp MCP server

Terminal
claude mcp add redact-pdf -- npx -y redact-pdf-mcp

Then ask: "Redact the personal data in ~/Documents/contract.pdf".


Try it with no API key

The server ships a keyless tool, try_demo, so you can verify the whole path β€” client, server, API β€” before signing up for anything:

You: Use the redact-pdf server's try_demo tool.

Claude: The demo redacted a synthetic sample and removed 5 entities: Person (Jane Sample), Email (jane.sample@example.com), PhoneNumber (+1 415 555 0142), Organization (Globex Demo Inc.), Date (2026-03-14).

Same thing from a terminal, no install:

Terminal
curl https://www.redact-pdf.ai/v1/demo

What it does

  • Permanent, irreversible redaction. The underlying text is deleted, not masked. It cannot be recovered by copy-paste, text extraction, or "remove object" in a PDF editor.
  • PDFs and images. Pass a PDF, JPEG or PNG. Photos and screenshots do not need converting first; the output is a redacted PDF either way.
  • Scanned documents. OCR handles image-only PDFs and photos of documents.
  • 100+ languages for entity detection.
  • Eight entity types: Person, Email, PhoneNumber, Address, Organization, Date, IBAN, CreditCard β€” plus your own always-redact and never-redact term lists.
  • EU/Swiss processing.
  • Human review when it matters. retention: "studio" keeps the detected masks so a person can check and adjust them before export.

Install

Claude Code

Terminal
claude mcp add redact-pdf --env REDACT_PDF_API_KEY=your_key -- npx -y redact-pdf-mcp

Claude Desktop

claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "redact-pdf": {
      "command": "npx",
      "args": ["-y", "redact-pdf-mcp"],
      "env": { "REDACT_PDF_API_KEY": "your_key" }
    }
  }
}

Cursor

.cursor/mcp.json:

config.json
{
  "mcpServers": {
    "redact-pdf": {
      "command": "npx",
      "args": ["-y", "redact-pdf-mcp"],
      "env": { "REDACT_PDF_API_KEY": "your_key" }
    }
  }
}

VS Code

bash
code --add-mcp '{"name":"redact-pdf","command":"npx","args":["-y","redact-pdf-mcp"],"env":{"REDACT_PDF_API_KEY":"your_key"}}'

Get an API key at redact-pdf.ai/sign-up. Without one, try_demo still works; everything else will tell the agent to ask you for a key.

Tools

ToolWhat it does
redact_pdf_and_waitStart here. Upload, redact, wait, return the finished PDF. One call.
redact_pdfStart a job and return immediately, for redacting several documents in parallel.
get_job_statusPoll a job: uploaded β†’ analyzing β†’ redacting β†’ redacted | error.
download_redactedFetch the redacted output for one document.
try_demoKeyless. Verify the server works with zero configuration.
get_account_statusCheck the API key is valid and see the account, before a big batch.

Redaction rules, on either redact tool:

ArgumentEffect
pii_categoriesRestrict to specific entity types. Omit for account defaults.
pii_included_termsAlways redact these, even if not detected as PII (codenames, case numbers).
pii_excluded_termsNever redact these, even if detected (your own company name).
retentionephemeral (default) deletes the original after processing. studio keeps masks for human review.

Remote server

The package also ships a streamable-HTTP server for hosted use, where the API key travels per request instead of in the environment:

Terminal
npx redact-pdf-mcp-http     # listens on :8080/mcp
Code
POST /mcp
X-API-Key: your_key          (or: Authorization: Bearer your_key)

It is stateless β€” no sessions, no stored keys, nothing kept between requests β€” so each request gets its own short-lived server instance and one caller's key can never leak into another's tool call.

The handshake, tools/list, and try_demo work without a key, so a client can connect and verify the server before anyone signs up; every other tool returns 401 with a WWW-Authenticate challenge.

Documents are supplied as file_base64 (the remote server has no access to your filesystem).

Fetching a document by URL is off by default on the remote server. The address check is real β€” URLs resolving to loopback, private, or link-local addresses are refused, and every redirect hop is re-checked β€” but the socket resolves the hostname a second time after that check, so a DNS-rebinding attacker with a short TTL can still have the server validate one address and connect to another. Closing that requires pinning the connection to the validated address, which is not implemented yet, so an internet-reachable server does not offer the surface at all.

Set REDACT_PDF_ENABLE_URL_INPUT=1 to accept file_url, and only where you have your own egress controls (a network policy or allowlisting proxy) in front of the server. REDACT_PDF_ALLOW_PRIVATE_URLS=1 additionally permits private addresses, for a self-hosted instance fetching from internal storage.

stdio mode is unaffected: it runs on your own machine, where fetching a URL carries no privilege you do not already have.

VariableDefaultPurpose
REDACT_PDF_API_KEYβ€”API key (stdio mode only; remote takes it per request).
REDACT_PDF_BASE_URLhttps://www.redact-pdf.aiPoint at a different API host.
PORT8080HTTP server port.
REDACT_PDF_MCP_PATH/mcpHTTP endpoint path.
REDACT_PDF_ENABLE_URL_INPUTunsetAccept file_url on the remote server. Off by default β€” see the DNS-rebinding note above.
REDACT_PDF_ALLOW_PRIVATE_URLSunsetSelf-hosted only: permit file_url to reach private addresses. Never set this on a publicly reachable server.

Privacy

  • No telemetry. The server makes exactly the API calls its tools describe, and nothing else. No analytics, no error reporting, no phone-home.
  • Stateless. No database, no cache, no disk writes except the redacted PDF you asked for, at the path you asked for.
  • Your originals stay yours. In stdio mode the input file is read and never modified. Under the default ephemeral retention the API deletes the original after processing.
  • Idempotent by default. The idempotency key is derived from the file bytes and the redaction settings, so an agent that retries the same call gets the same job back instead of redacting β€” and billing β€” twice. That cache lasts 24 hours; pass an explicit idempotency_key when you genuinely want a second, separate redaction of the same file.
  • Never overwrites. In stdio mode the redacted PDF is written atomically and the tool refuses to clobber an existing file.

Limits

  • 50 MB per PDF, 10 MB per image, 100 files per job.
  • PDF, JPEG and PNG in; always a PDF out. Convert other formats (DOCX, TIFF, HEIC) to PDF first.
  • On the remote server, base64 inflates a document by about a third, so prefer file_url for anything large.
  • Passing an empty pii_categories list is rejected: to the API an empty list means "redact nothing", which would return an untouched file reported as redacted. Omit the argument to use your account defaults.
  • Billed per page against your plan quota and credit packs. A quota_exceeded error means top up β€” the tools tell the agent not to retry it.

Development

Terminal
npm install
npm run build
npm test                 # offline unit + tool tests
npm run test:integration # hits the live keyless demo endpoint; no key needed

Links

  • API docs: redact-pdf.ai/developers
  • OpenAPI spec: redact-pdf.ai/openapi.yaml
  • LLM index: redact-pdf.ai/llms.txt

Support questions about redaction quality, billing, or your account go to info@redact-pdf.ai β€” GitHub issues here are for the MCP server itself.

MIT licensed.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Techtenstein Pdf logoTechtenstein Pdf

    PDF text and table extraction plus metadata. Supports OCR for scanned documents.

    πŸ’» Developer Tools0 views
    Compare vs Techtenstein Pdf β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Blackout logoBlackout

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

    πŸ’» Developer Tools0 views
    Compare vs Blackout β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Redact Pdf MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "redact-pdf-mcp": { "command": "npx", "args": ["-y", "redact-pdf-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRedact Pdf MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/redact-pdf-mcp?style=directory)](https://allmcps.com/mcp/redact-pdf-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/redact-pdf-mcp"><img src="https://allmcps.com/api/badge/redact-pdf-mcp?style=directory" alt="Redact Pdf MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Redact Pdf MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code