Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

ctf-mcp-server

MCP.Pizza Chef: Tokeii0

ctf-mcp-server is an MCP server designed for Capture The Flag (CTF) competitions, featuring two main components: ctftools_Puzzle_server for solving CTF challenges using AI, and ctftools_feces_making_machine_server for generating CTF challenges. It integrates with MCP clients via configuration files and supports Python-based execution with timeout controls, enabling automated CTF workflows.

Use This MCP server To

Automate solving of CTF challenges using AI Generate new CTF challenges programmatically Integrate CTF solving and creation into MCP workflows Use with MCP clients for interactive CTF tasks Run Python-based CTF servers with timeout management

README

CTF-MCP-Server

尝试用AI进行CTF解题

两种服务器

  1. ctftools_Puzzle_server:主要用于解题
  2. ctftools_feces_making_machine_server:主要用于出题

使用方法

使用Cline 或者二开相关插件,导入mcp配置文件

{
  "mcpServers": {
    "ctftools_Puzzle_server": {
      "command": "python",
      "args": [
        "D:\\AI\\ctf-mcp-server\\ctftools_Puzzle_server.py"
      ],
      "timeout": 1800
    },
    "ctftools_feces_making_machine_server": {
      "command": "python",
      "args": [
        "D:\\AI\\ctf-mcp-server\\ctftools_feces_making_machine_server.py"
      ],
      "timeout": 1800
    }
  }
}

ctf-mcp-server FAQ

How do I run the ctf-mcp-server?
Use Python to execute the provided server scripts with specified arguments and timeouts.
What are the two main components of ctf-mcp-server?
ctftools_Puzzle_server for solving challenges and ctftools_feces_making_machine_server for creating challenges.
How do I integrate ctf-mcp-server with MCP clients?
Import the MCP configuration file into compatible MCP clients or plugins like Cline.
Can I customize the timeout for server execution?
Yes, the server scripts support timeout parameters to control execution duration.
Is programming knowledge required to use ctf-mcp-server?
Basic Python and MCP client usage knowledge is recommended for setup and integration.
What languages or frameworks does ctf-mcp-server use?
It primarily uses Python scripts for server execution.
Can ctf-mcp-server be used for both CTF challenge solving and creation?
Yes, it supports both solving and generating CTF challenges.