- Explore MCP Servers
- ctf-mcp-server
Ctf Mcp Server
What is Ctf Mcp Server
ctf-mcp-server is a server designed for solving and creating Capture The Flag (CTF) challenges using AI technology.
Use cases
Use cases include automating the solution of CTF challenges, generating new CTF problems, and enhancing learning experiences in cybersecurity.
How to use
To use ctf-mcp-server, you need to import the MCP configuration file using Cline or related plugins.
Key features
Key features include two types of servers: ctftools_Puzzle_server for solving challenges and ctftools_feces_making_machine_server for creating challenges.
Where to use
ctf-mcp-server can be used in educational environments, cybersecurity training, and competitive programming events.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Ctf Mcp Server
ctf-mcp-server is a server designed for solving and creating Capture The Flag (CTF) challenges using AI technology.
Use cases
Use cases include automating the solution of CTF challenges, generating new CTF problems, and enhancing learning experiences in cybersecurity.
How to use
To use ctf-mcp-server, you need to import the MCP configuration file using Cline or related plugins.
Key features
Key features include two types of servers: ctftools_Puzzle_server for solving challenges and ctftools_feces_making_machine_server for creating challenges.
Where to use
ctf-mcp-server can be used in educational environments, cybersecurity training, and competitive programming events.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
CTF-MCP-Server
尝试用AI进行CTF解题
两种服务器
- ctftools_Puzzle_server:主要用于解题
- 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
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










