security

Cyberchef Api Mcp Server

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

python
cloud
security
0
View on GitHub

Installation

npx -y slouchd/cyberchef-api-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub