Skip to content

Release Binaries & Python MCP Server

Choose a tag to compare

@Wasdubya Wasdubya released this 13 Feb 22:28
· 15 commits to main since this release
09b6c76

Added better parsing to the PatternFindMem endpoint in the plug-in so it can handle "??" wildcards and spaces without hiccups.

Cleaned up MiscParseExpression Tool Descriptor, was inaccurate before.

Removed GetInstructionAtRIP, many other apis have this capability and caused problems with log.

Added Symbol Parsing by Module with pagination to control output

Thread Information and Control

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)