mcpbeat Sign in

Cyberchef MCP Server

by doublegate Your server? Claim it
local only

Cyberchef MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 154 installs a week from npm. Last commit 20 Sep 2026.

CyberChef's 504 data-transformation operations as MCP tools: encryption, encoding, forensics.

Installs per day peak 1 120 · avg 77
a month agotoday
154
Installs / week
npm · cyberchef-mcp
19
Stars
2 open issues
20 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
JavaScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/patch-dependencies.mjs
File ships in the package but is absent from the source [пакет] src/core/config/modules/Bletchley.mjs:1, [пакет] src/core/config/modules/Charts.mjs:1, [пакет] src/core/config/modules/Ciphers.mjs:1 и ещё 24
этот файл ставится пользователю, но в репозитории его нет
Runs an external command conformance/run.mjs:106
        const child = spawn(command, args, { stdio: "inherit", ...options });
Image runs as root Dockerfile.mcp:47
# Run as root for build operations (Chainguard -dev includes root user)
USER root
        note: "Linux /etc/shadow default on most modern distributions." },
    "NgAwAHEAawALABAAEAAAABAAAAAAAGsAEAB9AQUAIAAFAFYAKwDHAFEABQAAAAAAAAAFAGEDOwB2AAUAAAYLAAUABQCvDQAAAACpHgAABQDrBQAABQAXAQ4CBQBCAQsACwAAANcAAABDBAAA9ggLAB8OBQAAAK8WwwEAAO0gUQMQAAAAZwYVABUAGAQVAO0mVgALAAsAAAC3AwAAsgaoAT0B4RRVDhcB1wAgAAsJhgALAOIACQXnACsGFwELAC8CswR1ApYAXQTMAAAAxwY…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cyberchef-mcp -- npx -y cyberchef-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cyberchef-mcp": {
      "args": [
        "-y",
        "cyberchef-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cyberchef-mcp]
command = "npx"
args = ["-y", "cyberchef-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cyberchef-mcp": {
      "args": [
        "-y",
        "cyberchef-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cyberchef-mcp": {
      "args": [
        "-y",
        "cyberchef-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cyberchef MCP

same job, measured the same way
I
Engineer Your Data
by eghuzefa

MCP server for data engineering: validation, transformation, visualization, and APIs.

64 installs/wk local only
Transform Rules MCP Server
by vinhphatfsg

MCP server for CSV/JSON data transformation using YAML rules

local only
I
Bytario
by helloderekg

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

16 installs/wk local only
Rulemorph MCP Server
by vinhphatfsg

MCP server for CSV/JSON data transformation using YAML rules

local only
Covalent Bond
by gopalrajsuresh

Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.

37 installs/wk local only
Apollo MCP Server
by apollographql

MCP server that exposes GraphQL operations as tools for AI models.

local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
CLIO Plot
by iowarp

MCP server for advanced data visualization and plotting operations

local only

Cyberchef MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cyberchef MCP?
Cyberchef MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cyberchef-mcp was installed 154 times last week.
How do I connect Cyberchef MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cyberchef-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cyberchef MCP?
The npm package cyberchef-mcp was installed 154 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cyberchef MCP open source?
Yes — it is published under the GPL-3.0 licence, written in JavaScript, 19 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.