cyberchef-api-mcp-server logo

cyberchef-api-mcp-serverCyberChef API MCP 服务器 ✨🧑‍🍳

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

CyberChef API MCP Server 是一个模型上下文协议(MCP)服务器,能够与 CyberChef Server API 对接,使用户能够在任何 LLM/MCP 客户端中使用 CyberChef 的工具和资源。它提供了多种工具和资源,包括 get_cyberchef_operations_categories、get_cyberchef_operation_by_category、bake_recipe、batch_bake_recipe 和 perform_magic_operation,可用于执行配方、获取结果以及进行魔法操作。使用时,启动服务器采用默认的 stdio 传输,并通过环境变量指向 CyberChef API。客户端配置可使用 uv 工具生成,并微调以加入指向 CyberChef API URL 的环境变量。提供了一个演示用例,但需要先运行 CyberChef API 实例。服务器和客户端均使用 Python 编写。

主要功能

  • get_cyberchef_operations_categories:检索最新的 CyberChef 分类
  • get_cyberchef_operation_by_category:获取选定分类下的 CyberChef 操作
  • bake_recipe:对输入数据执行配方(操作列表)
  • batch_bake_recipe:在一批输入数据上执行配方
  • perform_magic_operation:执行 CyberChef 的魔法操作,实现自动检测和解码

价格

模型
Free
评分
暂无评价

使用场景

与 Claude Desktop 的集成

使用 MCP 服务器将 CyberChef API 与 Claude Desktop 集成,从而能够解决复杂的提示。

自动化数据解码

利用 perform_magic_operation 工具自动检测并解码已编码的数据。

优点 & 缺点

优点

  • 可在任何 LLM/MCP 客户端中使用 CyberChef 的工具和资源
  • 提供灵活的接口以交互 CyberChef API
  • 支持执行 CyberChef 操作和配方

缺点

  • 需要运行中的 CyberChef API 实例
  • 由于采用 Python 实现,客户端仅限于基于 Python 的应用

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Are there any language or platform limitations?

The server is implemented in Python, so it is best suited for Python-based clients; other languages are not natively supported.

Asked by Sami Virtanen · Dec 15, 2025

What are the prerequisites to run the server?

You must have a running CyberChef API instance and start the server with the default stdio transport, setting an environment variable to point to the CyberChef API URL. Client configuration is generated with uv and tweaked to include this variable.

Asked by Lena Fischer · Dec 6, 2025

Which operations can the server perform?

It offers functions such as get_cyberchef_operations_categories, get_cyberchef_operation_by_category, bake_recipe, batch_bake_recipe, and perform_magic_operation for executing recipes, batching data, and automatic decoding.

Asked by Ren Nakamura · Oct 19, 2025

What is the main purpose of the cyberchef-api-mcp-server?

It acts as a model context protocol (MCP) server that connects to the CyberChef Server API, enabling any LLM/MCP client to use CyberChef tools and resources directly.

Asked by Leila Hassan · Sep 14, 2025

提问

服务配缩器 的替代品