Skip to main content
SecurityPython

slouchd/cyberchef-api-mcp-server

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

securitycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/slouchd/cyberchef-api-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
slouchd