Back to MCP Servers

Cyberchef Api

MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations.

securityapi

Installation

npx -y cyberchef-api-mcp-server

Configuration

{
  "mcpServers": {
    "cyberchef-api-mcp-server": {
      "command": "npx",
      "args": ["-y", "cyberchef-api-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub