Skip to content
Claude Desktop

x64dbg for Claude Desktop

io.github.bromoket/x64dbg

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

client:Claude Desktop transport:stdio runtime:npm

Install x64dbg in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<X64DBG_MCP_HOST>",
        "X64DBG_MCP_PORT": "<X64DBG_MCP_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

x64dbg in other clients