fdrechsler/mcp-server-idapro
A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-idapro": {
"command": "npx",
"args": [
"-y",
"mcp-server-idapro"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...