mrexodia/ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically.
Quick Start
Clone the repository:
git clone https://github.com/mrexodia/ida-pro-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ida-pro-mcp": {
"command": "npx",
"args": [
"-y",
"mrexodia/ida-pro-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.