Back to Apps

IDA Pro MCP
by mrexodia
AI-powered reverse engineering assistant bridging IDA Pro with LLMs for automated binary analysis.
0 stars
Works in:CursorVS Code CopilotzedWindsurfGemini CLICodex
Exposes:ToolsResourcesPrompts
What it does\nConnects IDA Pro to AI assistants, enabling LLMs to perform "vibe reversing" by interacting directly with the IDA database. It allows AI to analyze decompiled code, rename variables, and document binary logic autonomously.\n\n## Tools\n- decompile(addr): Returns the Hex-Rays decompilation of a function.\n- disasm(addr): Provides detailed assembly instructions and stack frame info.\n- int_convert(inputs): Safely converts numbers between hex, decimal, and bytes to prevent LLM hallucinations.\n- set_comments(items): Adds descriptive comments to the IDA database.\n- rename(batch): Renames functions and variables for better readability.\n- py_eval(code): Executes arbitrary Python code within the IDA context.\n- analyze_funcs(addrs): Performs a comprehensive analysis of specific functions.\n\n## Installation\nInstall via pip:\npip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip\n\nThen run:\nida-pro-mcp --install\n\n## Supported hosts\nClaude, Cursor, VS Code, Zed, Windsurf, Gemini CLI, Codex
Quick install
pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip && ida-pro-mcp --installInformation
- Pricing
- free
- Published
- 4/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp configCursor
Add binary path for ida-pro-mcp to MCP settingsClaude Desktop
{"mcpServers": {"ida-pro": {"command": "ida-pro-mcp"}}}





