# cure53/DOMPurify | Model Context Protocol (MCP) Server > DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo: - **Stars**: ⭐ 17,285 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "DOMPurify": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DOMPurify" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "DOMPurify": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DOMPurify" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-DOMPurify` - **Docker**: `docker run -i --rm mcp/DOMPurify`