Latest Build
-
Changed Flag API to Script::Register::GetCFlags & Script::Register::SetCFlags.
-
3/27 - Changed ExecCommand Tool Descriptor in x64dbg.py to encourage use of comma separation in arguments that would otherwise cause a lot of false negatives.
Quick Setup
Download Plugin & Python file
- Grab .dp64 or .dp32 and the MCPx64dbg.py from the release section below.
- Copy the .dp files to their respective plugins folder. I.E. [x64dbg_dir]/release/x64/plugins/
- Configure Claude Desktop through claude_desktop_config.json with path to x64dbgmcp.py
{
"mcpServers": {
"x64dbg": {
"command": "Path\\To\\Python",
"args": [
"Path\\to\\x64dbg.py"
]
}
}
}Launch x64dbg
Start your preferred MCP platform
Check plugin loaded successfully (ALT+L in x64dbg for logs)