Redacta is now in Anthropic's MCP Directory | PharmaTools.AI
Redacta is now in Anthropic's MCP Directory — privacy-first redaction for clinical text, runs on-device.

Redacta is now in Anthropic's MCP Directory.

Redacta — the privacy-first tool for pseudonymising clinical text — is now an official, reviewed connector inside Claude. You can strip patient identifiers out of medical notes before any AI model sees them, and put the real values back afterwards, all without a single byte leaving your machine.

Free & open source · MIT-0 license · runs on-device · by PharmaTools.AI
$npx -y redacta-mcp

An official, reviewed connector inside Claude

Redacta has passed Anthropic's review process and is now listed as an official connector — a desktop extension — in the Anthropic MCP Directory. Anyone using Claude Desktop can find it under Customize → Connectors, add it in a click, and start pseudonymising patient data through natural language: "Redact this letter before I share it."

Unlike most connectors, Redacta is not a remote service you connect to over the internet. It runs entirely in a local process on your own computer. There is no account, no API key, no server — and the text you redact, along with the token map that reverses it, never leaves your machine. For clinical and medical-communications work, that distinction is the whole point.

What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard, introduced by Anthropic, that lets AI assistants like Claude use external tools through a consistent interface. Instead of the model guessing, an MCP server exposes a defined set of tools with structured inputs and outputs that the assistant can call on demand.

A connector is simply a vetted MCP server that Claude can discover and use. When a tool is listed in the MCP Directory, it has been reviewed by Anthropic's team and made available to Claude users as a trusted integration — a layer of assurance on top of the open protocol.

Three tools, one job: protect the patient

Redacta detects identifiers with deterministic, checksum-validated patterns — NHS numbers (Modulus-11 validated), National Insurance numbers, dates of birth, postcodes, hospital/MRN numbers, emails and phone numbers — plus general PII such as URLs, IPs, payment cards and account numbers. Clinician names are preserved by design; only the patient's data is removed.

TOOL · redact

Redact

Replace every identifier with a labelled token. Three modes: clinical, general PII, and HIPAA Safe Harbor for US de-identification.

TOOL · reinstate

Reinstate

Restore the original values from the token map. Redact → process with AI → put the real details back — a complete, local round trip.

TOOL · self_check

Self-check

Re-scan the output for anything that still looks like an identifier, so nothing slips through before you share it.

Tokens it produces

[PATIENT_NAME] [NHS_NUMBER] [DATE_OF_BIRTH] [POSTCODE] [HOSPITAL_NUMBER] [AGE] [PHONE_NUMBER] [EMAIL]

See it work

Add Redacta to Claude in three steps

01

Open the directory

In Claude Desktop, go to Customize → Connectors → Browse, and search for "Redacta".

02

Add the extension

Click to download and install. Or add the MCP server directly with npx -y redacta-mcp in your config.

03

Just ask

"Redact this letter before I share it." Claude runs the tool locally and returns clean text plus a report.

The same server works across MCP-compatible clients, including Cursor, so you can build a pseudonymisation step into your own agent workflows too.

A trust layer for clinical AI

Getting into the MCP Directory is not automatic. Submissions are reviewed against a real bar — tested tools, clear safety annotations on every tool, a privacy policy, a support channel, and proper documentation. For users, that review is the value: it signals the connector behaves as described and has been exercised end to end.

For healthcare and medical communications, the bigger signal is where the data goes: nowhere. Redacta processes everything on-device, makes no network calls, and stores nothing. The token map that can reverse a redaction is handed back to you and never sent anywhere — so you can use modern AI on clinical text while the identifiers stay on your own machine. A built-in HIPAA Safe Harbor mode extends the same approach to US de-identification.

Redacta is one engine shipped across many surfaces — an agent skill, this MCP server, a command-line tool, Python and TypeScript libraries, and a FigJam plugin — so the same detection logic is available wherever clinical text is handled. It is free and open source under the MIT-0 license.

Frequently asked questions

Is Redacta in the Anthropic MCP Directory?

Yes. Redacta is listed as an official connector in Anthropic's MCP Directory and is discoverable inside Claude under Customize → Connectors.

Does any patient data leave my device?

No. Redacta runs as a local server on your own machine. It makes no network calls and stores nothing. The redacted text and the token map that reverses it never leave your computer.

How do I add Redacta to Claude?

Open Claude Desktop, go to Customize → Connectors → Browse, search for "Redacta", and install the extension. Developers can also add the MCP server directly with npx -y redacta-mcp.

What can it redact?

NHS numbers (Modulus-11 validated), National Insurance numbers, dates of birth, postcodes, hospital/MRN numbers, emails, phone numbers, and general PII such as URLs, IPs, payment cards and account numbers. Clinician names are preserved by design.

Does it support HIPAA de-identification?

Yes. A HIPAA Safe Harbor mode applies a stricter pass that removes all dates, specific ages, and the remaining HIPAA identifiers in addition to the standard set.

Is it free?

Yes. Redacta is free and open source under the MIT-0 (MIT No Attribution) license. View the source on GitHub.

An honest note on limits. Redacta is a strong first line of defence, not a guarantee. It won't catch every possible identifier and isn't a substitute for formal data-protection processes. Always review the redaction report before sharing text.

Bring privacy-first redaction into Claude

Add Redacta today and pseudonymise clinical text on your own machine — or talk to us about pseudonymisation as an API, on-prem deployment, or a custom clinical workflow.