CTFriend

ctfriend2026/CTFriend
★ 2 stars Python AI/LLM Updated today
Agentic AI framework that leverages MCP servers to aid CTF participants.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ctfriend": {
      "command": "uvx",
      "args": [
        "ctfriend"
      ]
    }
  }
}

Or install with pip: pip install ctfriend

README Excerpt

<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --> <a id="readme-top"></a> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request