privacyscrubber-mcp
Rank #12,221io.github.moxno/privacyscrubber-mcp
Zero-Trust PII & secrets sanitizer. Locally scrubs data in-memory before sending context to LLMs.
privacyscrubber-mcp is a Model Context Protocol (MCP) server published by moxno. It ranks #12,221 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. privacyscrubber-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 10, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 119,825 of 132,046 servers on MCP Toplist.
Use privacyscrubber-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add privacyscrubber-mcp -e "PRIVACYSCRUBBER_KEY=<your PRIVACYSCRUBBER_KEY>" -- npx -y @privacyscrubber/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.privacyscrubber-mcp]
command = "npx"
args = ["-y", "@privacyscrubber/mcp-server"]
[mcp_servers.privacyscrubber-mcp.env]
PRIVACYSCRUBBER_KEY = "<your PRIVACYSCRUBBER_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"privacyscrubber-mcp": {
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
],
"env": {
"PRIVACYSCRUBBER_KEY": "<your PRIVACYSCRUBBER_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"privacyscrubber-mcp": {
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
],
"env": {
"PRIVACYSCRUBBER_KEY": "<your PRIVACYSCRUBBER_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"privacyscrubber-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
],
"env": {
"PRIVACYSCRUBBER_KEY": "<your PRIVACYSCRUBBER_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"privacyscrubber-mcp": {
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
],
"env": {
"PRIVACYSCRUBBER_KEY": "<your PRIVACYSCRUBBER_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"privacyscrubber-mcp": {
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
],
"env": {
"PRIVACYSCRUBBER_KEY": "<your PRIVACYSCRUBBER_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.moxno%2Fprivacyscrubber-mcp)<a href="https://mcptoplist.com/server/io.github.moxno%2Fprivacyscrubber-mcp"><img src="https://mcptoplist.com/badge/io.github.moxno%2Fprivacyscrubber-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
moxno
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jul 11, 2026 |
Frequently asked questions
- Who maintains privacyscrubber-mcp?
- privacyscrubber-mcp is maintained by moxno, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is privacyscrubber-mcp listed on the Official MCP Registry?
- Yes — privacyscrubber-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does privacyscrubber-mcp have?
- MCP Toplist tracks 1 version of privacyscrubber-mcp, most recently published on Jul 11, 2026.
- Where can I find the source code for privacyscrubber-mcp?
- The source code for privacyscrubber-mcp is hosted at github.com/moxno/privacyscrubber-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.