hacktricks (MCP Server)

GitHub

Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.

Claude Desktop Configuration

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

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