Back to MCP Servers
Ida Headless
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.
securitypythongo
By zboralski
Installation
npx -y ida-headless-mcpConfiguration
{
"mcpServers": {
"ida-headless-mcp": {
"command": "npx",
"args": ["-y", "ida-headless-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes