Home › Other › HackTricks MCP Server

HackTricks MCP Server

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

JavaScript
★ 10 stars Last pushed 2026-03-28 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.4)

npx -y hacktricks-mcp-server@1.3.4

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry