hexstrike-ai

GitHub

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly bridge LLMs with real-world offensive security capabilities.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "hexstrike-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hexstrike-ai"
      ]
    }
  }
}