Skip to content
Cursor

HackTricks MCP Server for Cursor

io.github.xplo8e/hacktricks-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install HackTricks MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HackTricks MCP Server in other clients