Automate x64dbg reverse engineering workflows via MCP, enabling AI-driven debugging, analysis, and plugin control.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x64dbg-mcp-server": {
"command": "npx",
"args": [
"-y",
"Rls937399666/x64dbg-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add x64dbg-mcp-server npx -y Rls937399666/x64dbg-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"x64dbg-mcp-server": {
"command": "npx",
"args": [
"-y",
"Rls937399666/x64dbg-mcp-server"
]
}
}
}