Skip to main content
SecurityPython

mrexodia/ida-pro-mcp

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.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mrexodia/ida-pro-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ida-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrexodia/ida-pro-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
mrexodia