★ 1 stars
Python
🌐 Browser/Web
Updated 17d ago
🚀 Manage CTFd challenges effortlessly with this MCP server, enabling users to list, control, and submit flags in dynamic Docker instances.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ctfd-mcp": {
"command": "uvx",
"args": [
"ctfd-mcp"
]
}
}
}
Run in terminal:
claude mcp add ctfd-mcp uvx ctfd-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ctfd-mcp": {
"command": "uvx",
"args": [
"ctfd-mcp"
]
}
}
}
Or install with pip: pip install ctfd-mcp
Topics
aiawsbrowser-automationchallenges-gatheringclaudectf-toolsctfdctfd-themecursoreducationflagmcpmcp-clientsmcp-hostmcp-tools