Back to MCP Servers
Ida Pro
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.
securityai
By mrexodia
Installation
npx -y ida-pro-mcpConfiguration
{
"mcpServers": {
"ida-pro-mcp": {
"command": "npx",
"args": ["-y", "ida-pro-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