Cyberchef MCP server
CyberChef's 504 data-transformation operations as MCP tools: encryption, encoding, forensics.
19 stars474 downloads/wk
Reviews
Write oneNobody has reviewed Cyberchef yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Cyberchef tools (13, 4 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
cyberchef_analysewrite actionRun one of this server's analysis tools -- analyses a CyberChef operation
cyberchef_bakewrite actionExecute a CyberChef recipe. Use this for complex chains of operations.
cyberchef_batchwrite actionExecute multiple CyberChef operations in batch (parallel or sequential mode). Supports partial success.
cyberchef_cache_clearClear the operation result cache.
cyberchef_cache_statsGet cache statistics including hits, misses, size, and items.
cyberchef_categoriesList CyberChef's operation categories with counts and examples.
cyberchef_describe_operationFull argument schema, defaults and types for one or more operations.
cyberchef_quota_infoGet current resource quota information including concurrent operations and data sizes.
cyberchef_recipe_executewrite actionExecute a saved recipe with input data.
cyberchef_recipe_exportExport a recipe to various formats (json, yaml, url, cyberchef).
cyberchef_searchSearch for available CyberChef operations. Returns names and one-line summaries;
cyberchef_telemetry_exportExport collected telemetry metrics. Returns anonymized usage statistics.
cyberchef_worker_statsGet worker thread pool statistics including thread count, utilization, and completed tasks. Only available when ENABLE_WORKERS=true.
Public scan report
scanner v0.1.8 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan706 source files scanned15/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 6 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: … "lint:grammar": "cspell ./src", "postinstall": "node scripts/patch-dependencies.mjs", …
Grade history
- 2026-09-19restoreC → Bscore 77: npm install lifecycle script present; npm install lifecycle script present
- 2026-09-19restoreF → Cscore 58: Base64 decoded then executed; npm install lifecycle script present; npm install lifecycle script present
Install directly
claude mcp add cyberchef-mcp -- docker run -i --rm ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0
Cyberchef: common questions
- Is Cyberchef MCP server safe?
- Mostly: it is graded B (77/100). Read the Cyberchef safety report
- How do I install Cyberchef?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Cyberchef need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Cyberchef maintained?
- The last commit was 7 days ago (2026-09-13). The latest release is v4.2.0.