Skip to content

HackTricks MCP Server for Grok

io.github.xplo8e/hacktricks-mcp-server

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

client:Grok transport:stdio runtime:npm

Install HackTricks MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

HackTricks MCP Server in other clients