MCP Directory
Back

ida-pro-mcp

by mrexodia · Python · ★ 9,718

AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

#ai#aiagent#binary-analysis#ida-plugin#ida-pro#mcp#mcp-server#modelcontextprotocol#reverse-engineering

Install

pip install git+https://github.com/mrexodia/ida-pro-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ida-pro-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/mrexodia/ida-pro-mcp.git"
      ]
    }
  }
}

From the README

Simple [MCP Server](https://modelcontextprotocol.io/introduction) to allow vibe reversing in IDA Pro. https://github.com/user-attachments/assets/6ebeaa92-a9db-43fa-b756-eececce2aca0 The binaries and prompt for the video are available in the [mcp-reversing-dataset](https://github.com/mrexodia/mcp-reversing-dataset) repository. - [Python](https://www.python.org/downloads/) (**3.11 or higher**) - Use to switch to the newest Python version - [IDA Pro](https://hex-rays.com/ida-pro) (8.3 or higher, 9 recommended), **IDA Free is not supported** - Supported MCP Client (pick one you like) - [Am…
Read full README on GitHub →

Related other servers