hackyeaster-solver

cloudwarriors-ai/hackyeaster-solver
★ 0 stars Python 🌐 Browser/Web Updated today
MCP server for Claude-driven HackyEaster CTF solving — Scrapling fetch + CTF utilities + Playwright submission
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": {
    "hackyeaster-solver": {
      "command": "uvx",
      "args": [
        "hackyeaster-solver"
      ]
    }
  }
}

Or install with pip: pip install hackyeaster-solver