X64dbg runs on your own machine — the client starts it, so there is no endpoint to ping. 277 installs a week from npm. Last commit 9 Jun 2026.
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add x64dbg -- npx -y x64dbg-mcp-server
{
"mcpServers": {
"x64dbg": {
"args": [
"-y",
"x64dbg-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.x64dbg]
command = "npx"
args = ["-y", "x64dbg-mcp-server"]
{
"mcpServers": {
"x64dbg": {
"args": [
"-y",
"x64dbg-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"x64dbg": {
"args": [
"-y",
"x64dbg-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.