Updated Plugin Version of the original Code, resolving the AboutIcon resource type mismatch
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x64dbgmcpserver": {
"command": "npx",
"args": [
"-y",
"supere989/x64DbgMCPServer"
]
}
}
}
Run in terminal:
claude mcp add x64dbgmcpserver npx -y supere989/x64DbgMCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"x64dbgmcpserver": {
"command": "npx",
"args": [
"-y",
"supere989/x64DbgMCPServer"
]
}
}
}