HomeSecurity › CyberChef-MCP

CyberChef-MCP

CyberChef's 504 data-transformation operations as MCP tools: encryption, encoding, forensics.

TypeScript Local
★ 19 stars Last pushed 2026-09-20 License: GPL-3.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "cyberchef-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
      ]
    }
  }
}

Package (npm 4.2.0)

npx -y cyberchef-mcp@4.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "cyberchef-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cyberchef-mcp@4.2.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry