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. πŸ”’ Security
  3. Privacyscrubber MCP
Privacyscrubber MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:45:24 PM

Privacyscrubber MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
privacysecuritypiisecretsdeveloper-tools

Locally masks PII, secrets, and credentials in text and files before AI processing, then restores tokenized values.

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": {
    "moxno-privacyscrubber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Overview

The moxno/privacyscrubber-mcp MCP server masks PII, secrets, credentials, and configured patterns locally before content is sent to an LLM. It exposes tools for sanitizing text and supported files, restoring masked values, and checking license status. Token mappings remain in local memory during the workflow, allowing responses containing placeholders such as [EMAIL_1] to be detokenized locally. Use it when an MCP client needs endpoint-side redaction for source code, logs, documents, or other sensitive context.

Use cases

β€’Mask secrets in source code before sending it to an LLM
β€’Redact PII from logs and text prompts
β€’Sanitize local CSV, JSON, Markdown, or DOCX files
β€’Restore masked values in generated responses

Key features

β€’Local PII and secret tokenization
β€’Text sanitization with selectable profiles
β€’Sanitization for text and supported local files
β€’Local token restoration with reveal_text
β€’License and tier status reporting

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Privacyscrubber MCP.

Extracted Tool Capabilities
Local PII and secret tokenization
Text sanitization with selectable profiles
Sanitization for text and supported local files
Local token restoration with reveal_text
License and tier status reporting

How Privacyscrubber MCP works

What moxno/privacyscrubber-mcp MCP server does

The moxno/privacyscrubber-mcp MCP server provides local redaction for personally identifiable information, secrets, API keys, credentials, and other sensitive values. It is intended for use with Cursor, Windsurf, and Claude Desktop, where content may otherwise be passed to a remote language-model provider.

The server can process text directly or read supported local files. Plain text, source code, logs, CSV, JSON, Markdown, and Microsoft Word .docx files are listed as supported inputs. Sanitized output replaces detected values with tokens such as [EMAIL_1] and [SECRET_1].

How it works

When sanitize_text or sanitize_file runs, detected values are replaced with placeholders and a replacement map is held in volatile local memory. The masked content can then be provided to an AI system. After the AI responds, reveal_text uses that local mapping to replace recognized tokens with their original values.

This design keeps the original values on the local endpoint during the documented sanitization flow. The moxno/privacyscrubber-mcp MCP server does not require a separate hosted data service in the installation instructions; it runs through the package’s local MCP process.

Setup and configuration

Run the package directly with:

Terminal
npx -y @privacyscrubber/mcp-server

For Claude Desktop, add an MCP entry using npx and the package name as the command arguments. Cursor and Windsurf can add the same command as a command-type MCP server. The optional PRIVACYSCRUBBER_KEY environment variable activates a purchased license; it is not needed for the documented free tier.

The free tier allows up to 50,000 characters per request and provides the General profile. The README lists a lifetime PRO license and a monthly TEAMS license for additional profiles, custom regex rules, and, for TEAMS, shared rule synchronization.

Tools and capabilities

  • sanitize_text accepts text and an optional profile. The documented profile examples include General, Dev, Medical, Legal, and Compliance.
  • reveal_text accepts text containing generated placeholders and restores values from the current local mapping.
  • sanitize_file reads an absolute file path, extracts supported content, and returns a sanitized version for analysis.
  • check_status reports the current tier, session request count, active profiles, input limits, and upgrade information.

Limitations and notes

The moxno/privacyscrubber-mcp MCP server’s free tier is limited to the General profile and 50,000 characters per request. Custom regex rules and the additional industry profiles require a commercial license. The supplied material does not document behavior for file formats beyond plain-text-style files and .docx, so other formats should not be assumed to work.

The replacement map is described as volatile and in-memory. Applications should therefore treat the mapping as session-local rather than as durable storage. The README also references a separate browser extension and web sandbox, but those are not tools provided by this MCP package.

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

Related MCP Servers

View all in Security View all alternatives
  • Trustboost Pii Sanitizer logoTrustboost Pii Sanitizer

    PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle.

    πŸ”’ Security2 views
    Compare vs Trustboost Pii Sanitizer β†’
  • MCP Security Audit logoMCP Security Audit

    A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.

    πŸ”’ Security4 views
    Compare vs MCP Security Audit β†’
  • Codeinspectus logoCodeinspectus

    Local-first, zero-egress security scanner for AI-generated / "vibe-coded" JS/TS. Bundles Opengrep, Gitleaks & Trivy behind one CWE-keyed schema and adds AI-code-specific checks (client-side secret exposure, Supabase RLS, prompt-injection & LLM-output XSS sinks). No account, no telemetry.

    πŸ”’ Security6 views
    Compare vs Codeinspectus β†’
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    πŸ”’ Security3 views
    Compare vs Apktool MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
1.2k
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

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

Frequently Asked Questions about Privacyscrubber MCP

Run `npx -y @privacyscrubber/mcp-server`, or add that command to an MCP client configuration.

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 PreviewPrivacyscrubber MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/moxno-privacyscrubber-mcp?style=directory)](https://allmcps.com/mcp/moxno-privacyscrubber-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/moxno-privacyscrubber-mcp"><img src="https://allmcps.com/api/badge/moxno-privacyscrubber-mcp?style=directory" alt="Privacyscrubber MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
10/15 checks healthy over the last 32d
Views3
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads1,174/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
48Quality signal: Fair Β· 48/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 & tools18/30
Adoption & activity8/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· @smithery/cli (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Privacyscrubber MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code