Odel
HackTricks MCP Server

HackTricks MCP Server

Local
@xplo8e10JavaScriptMITUpdated 5mo ago

Search and query HackTricks pentesting documentation with quick lookup and section extraction

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhacktricks-mcp-serverv1.3.4

Run

npx -y hacktricks-mcp-server

MCP client config

{
  "mcpServers": {
    "hacktricks-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ]
    }
  }
}