An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-presidio"
]
}
}
}