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

Installation

npx -y ida-pro-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub