AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ida-pro-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ida-pro-mcp"
]
}
}
}