zboralski/ida-headless-mcp
Headless IDA Pro binary analysis via MCP. Multi-session concurrency with Go orchestration and Python workers. Supports Il2CppDumper and Blutter metadata import for Unity and Flutter reverse engineering.
Quick Start
Clone the repository:
git clone https://github.com/zboralski/ida-headless-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ida-headless-mcp": {
"command": "npx",
"args": [
"-y",
"zboralski/ida-headless-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.