CyberChef MCP Server
Rank #716io.github.doublegate/cyberchef-mcp
CyberChef's 504 data-transformation operations as MCP tools: encryption, encoding, forensics.
CyberChef MCP Server is a Model Context Protocol (MCP) server published by doublegate. It ranks #716 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. CyberChef MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 10 tracked versions. It was first listed on Nov 21, 2025 and most recently updated on Sep 12, 2026.
Ranks ahead of 131,330 of 132,046 servers on MCP Toplist.
Use CyberChef MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cyberchef-mcp -- docker run -i --rm ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0claude mcp add cyberchef-mcp -- npx -y cyberchef-mcp[mcp_servers.cyberchef-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"]Add to ~/.codex/config.toml.
[mcp_servers.cyberchef-mcp]
command = "npx"
args = ["-y", "cyberchef-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cyberchef-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cyberchef-mcp": {
"command": "npx",
"args": [
"-y",
"cyberchef-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cyberchef-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"cyberchef-mcp": {
"command": "npx",
"args": [
"-y",
"cyberchef-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cyberchef-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"cyberchef-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cyberchef-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cyberchef-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cyberchef-mcp": {
"command": "npx",
"args": [
"-y",
"cyberchef-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cyberchef-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
]
}
}
}{
"mcpServers": {
"cyberchef-mcp": {
"command": "npx",
"args": [
"-y",
"cyberchef-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.doublegate%2Fcyberchef-mcp)<a href="https://mcptoplist.com/server/io.github.doublegate%2Fcyberchef-mcp"><img src="https://mcptoplist.com/badge/io.github.doublegate%2Fcyberchef-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
doublegate
Available versions (10)
| Version | Published |
|---|---|
| 4.2.0 | Sep 12, 2026 |
| 4.1.0 | Sep 12, 2026 |
| 3.11.0 | Sep 11, 2026 |
| 4.0.0 | Sep 11, 2026 |
| 3.10.0 | Sep 11, 2026 |
| 3.9.0 | Sep 11, 2026 |
| 3.8.0 | Sep 5, 2026 |
| 3.7.0 | Sep 4, 2026 |
| 3.6.0 | Sep 4, 2026 |
| 3.5.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains CyberChef MCP Server?
- CyberChef MCP Server is maintained by doublegate, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is CyberChef MCP Server listed on the Official MCP Registry?
- Yes — CyberChef MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does CyberChef MCP Server have?
- MCP Toplist tracks 10 versions of CyberChef MCP Server, most recently published on Sep 12, 2026.
- Where can I find the source code for CyberChef MCP Server?
- The source code for CyberChef MCP Server is hosted at github.com/doublegate/cyberchef-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.