# microsoft/presidio | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 10,340 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "presidio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-presidio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "presidio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-presidio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-presidio` - **Docker**: `docker run -i --rm mcp/presidio`