Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

ยฉ 2026 TrackMCP. All rights reserved.

Built with โค๏ธ by Krishna Goyal

    Cyberchef Api Mcp Server

    CyberChef API MCP Server โœจ๐Ÿง‘โ€๐Ÿณ

    29 stars
    Python
    Updated Oct 28, 2025

    Documentation

    CyberChef API MCP Server

    This model context protocol (MCP) server interfaces with the CyberChef Server API. Allowing you to use any LLM/MCP client of your choosing to utilise the tools and resources within CyberChef.

    ๐Ÿงฐ Available Tools and Resources

    ---

    • get_cyberchef_operations_categories: __resource__ - gets updated Cyber Chef categories for additional context / selection of the correct operations
    • get_cyberchef_operation_by_category: __resource__ - gets list of Cyber Chef operations for a selected category
    • bake_recipe: __tool__ - bake (execute) a recipe (a list of operations) in order to derive an outcome from the input data
    • batch_bake_recipe: __tool__ - bake (execute) a recipe (a list of operations) in order to derive an outcome from a batch of input data
    • perform_magic_operation: __tool__ - perform CyberChef's magic operation which is designed to automatically detect how your data is encoded and which operations can be used to decode it

    ๐Ÿ“ Usage

    ---

    Start the server using the default stdio transport and specifying an environment variable pointing to a CyberChef API

    bash
    CYBERCHEF_API_URL="your-cyberchef-api-url" uv run cyberchef_api_mcp_server

    ๐Ÿง‘โ€๐Ÿ’ปUsage (Development)

    ---

    Start the server and test it with the MCP inspector

    bash
    uv add "mcp[cli]"
    mcp dev server.py

    ๐Ÿ“š Client Configuration

    ---

    The following commands will generate a client configuration file, the location will depend on your operating system

    bash
    uv add "mcp[cli]"
    mcp install server.py --name "CyberChef API MCP Server"

    [!TIP]

    After running the above command you can then tweak the client configuration to include the environment variable for the CyberChef API URL

    json
    {
     "mcpServers": {
       "CyberChef API MCP Server": {
         "command": "uv",
         "args": [
           "run",
           "--with",
           "mcp[cli]",
           "--directory",
           "cyberchef-api-mcp-server/cyberchef_api_mcp_server/",
           "mcp",
           "run",
           "server.py"
         ],
         "env": {
           "CYBERCHEF_API_URL": "your-cyberchef-api-url"
         }
       }
     }
    }

    ๐Ÿ” Demo

    ---

    Using the MCP server in this example use case, the following prerequisites apply:

    • You must have Claude desktop installed
    • Have a running CyberChef API instance or one you are able to use

    Here is a basic prompt being solved using the MCP server tools:

    ๐Ÿ™‡ References

    ---

    • CyberChef
    • CyberChef Server
    • Model Context Protocol
    • FastMCP

    ๐Ÿชช License

    ---

    MIT License

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Pythonยท
      27
    • BI

      Biothings Mcp

      Pythonยท
      25
    • GG

      Gget Mcp

      Pythonยท
      17
    • FH

      Fhir Mcp Server

      Pythonยท
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptยท
      22.1k
    • SE

      Serena

      Pythonยท
      14.5k
    • MC

      Mcp Playwright

      TypeScriptยท
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptยท
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Pythonยท
      27
    • BI

      Biothings Mcp

      Pythonยท
      25
    • GG

      Gget Mcp

      Pythonยท
      17
    • FH

      Fhir Mcp Server

      Pythonยท
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptยท
      22.1k
    • SE

      Serena

      Pythonยท
      14.5k
    • MC

      Mcp Playwright

      TypeScriptยท
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptยท
      3.0k