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
By slouchd
Installation
npx -y cyberchef-api-mcp-serverConfiguration
{
"mcpServers": {
"cyberchef-api-mcp-server": {
"command": "npx",
"args": ["-y", "cyberchef-api-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes