MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Drive x64dbg with your AI. Talk to Claude, Cursor, Windsurf, Cline, or any MCP client in plain English and it sets breakpoints, reads memory, disassembles, traces, dumps PEs, and bypasses anti-debug β live, inside the debugger.
23 mega-tools over 153 REST endpoints, fully typed with Zod. A C++ plugin runs inside
x64dbg; a tiny TypeScript server bridges it to your client over stdio. Everything stays on
127.0.0.1 β nothing leaves your machine.
Latest β v2.3.0
- Hardened & crash-proof. A malformed HTTP request can no longer crash x64dbg; the plugin server drains connections cleanly on stop and ships an optional auth token (CORS is locked down).
- Real data from more tools.
imports/exports,symbolssearch/list,patcheslist, andstringsnow return actual parsed results instead of pointing you at a GUI view.- Live trace status. New
/api/trace/status(+tracing status) reports whether a trace is running, and the exception/trace tools now honor every parameter they accept.- Plus the v2.2.x fixes: x32dbg loads on current snapshots, and requests no longer time out on long operations.
Real use: tracing VMProtect'd code, finding anti-cheat scanner threads, decoding XOR'd class names, mapping detection logic β all by asking, no manual scripting.
Download x64dbg_mcp.dp64 / .dp32 from the
latest release and drop them in:
β¦or build + install it yourself (auto-detects your x64dbg β no path editing):
Start x64dbg; the log shows [MCP] x64dbg MCP Server started on 127.0.0.1:27042.
No install β just point your client at npx. Claude Code:
Claude Desktop / Cursor / Windsurf / Cline use the same block without the cmd /c wrapper:
{ "command": "npx", "args": ["-y", "x64dbg-mcp-server"] }.
Full per-client paths are in the reference.
Open a target in x64dbg and start talking to your assistant.
23 action-based tools spanning the whole debugger:
Every tool, action, and endpoint is documented in docs/REFERENCE.md.
The plugin binds to 127.0.0.1 only; the server talks pure stdio. All traffic stays on
localhost β no remote access, no telemetry, no data leaves your machine. For defense against
other local processes, set a token in the plugin's Settings and pass it via
X64DBG_MCP_TOKEN β every request must then carry it.
bromo β GitHub. Built with Claude Code. MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/x64dbg)<a href="https://allmcps.com/mcp/x64dbg"><img src="https://allmcps.com/api/badge/x64dbg?style=directory" alt="X64dbg on AllMCPs" /></a>