# gchq/CyberChef | Model Context Protocol (MCP) Server > The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis - **Stars**: ⭐ 35,541 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "CyberChef": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CyberChef" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "CyberChef": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CyberChef" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-CyberChef` - **Docker**: `docker run -i --rm mcp/CyberChef`