Back to MCP Servers
🔌

mrexodia/ida-pro-mcp

MIT

🐍 🏠 - 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 automat

PythonAI & LLMs

Install

npx -y -y @modelcontextprotocol/inspector

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mrexodia-ida-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.