Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Headless IDA Pro MCP Server
| Date | Stars |
|---|---|
| 2026-07-31 | 678 |
| 2026-08-01 | 682 |
| 2026-08-06 | 682 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
<p align="center">
<!--<a href="https://github.com/blacktop/ida-mcp-rs"><img alt="Logo" src="https://raw.githubusercontent.com/blacktop/ida-mcp-rs/refs/heads/main/docs/logo.svg" height="400"/></a>-->
<h1 align="center">ida-mcp-rs</h1>
<h4><p align="center">Headless IDA Pro MCP server for AI-powered reverse engineering.</p></h4>
<p align="center">
<a href="https://github.com/blacktop/ida-mcp-rs/actions" alt="Actions">
<img src="https://github.com/blacktop/ida-mcp-rs/actions/workflows/build.yml/badge.svg" /></a>
<a href="https://github.com/blacktop/ida-mcp-rs/releases/latest" alt="Downloads">
<img src="https://img.shields.io/github/downloads/blacktop/ida-mcp-rs/total.svg" /></a>
<a href="https://github.com/blacktop/ida-mcp-rs/releases" alt="GitHub Release">
<img src="https://img.shields.io/github/v/release/blacktop/ida-mcp-rs" /></a>
<a href="http://doge.mit-license.org" alt="LICENSE">
<img src="https://img.shields.io/:license-mit-blue.svg" /></a>
</p>
<br>
## Prerequisites
- IDA Pro 9.4 with valid license
## Getting Started
### Install
**macOS / Linux** (via [Homebrew](https://brew.sh))
```bash
brew install blacktop/tap/ida-mcp # Latest (IDA 9.4)
```
**macOS (Apple Silicon), older IDA releases** (via versioned Homebrew casks)
```bash
brew install blacktop/tap/[email protected] # IDA 9.3/9.3sp1
brew install blacktop/tap/[email protected] # IDA 9.2
```
**Windows** (via [Scoop](https://scoop.sh))
```powershell
scoop bucket add blacktop https://github.com/blacktop/scoop-bucket
scoop install blacktop/ida-mcp
```
> **Windows note:** See the [Windows platform setup](#windows) section below for DLL discovery options.
**macOS / Linux** (via [Nix](https://nixos.org))
```bash
nix shell github:blacktop/nur#ida-mcp \
--extra-experimental-features 'nix-command flakes'
```
**Direct download** — grab the archive for your platform from [GitHub Releases](https://github.com/blacktop/ida-mcp-rs/releases).
**Build from source**
See [docs/BUILDING.md](docs/BUILDING.md).
> ida-mcp versions mirror IDA Pro versions (`v9.4.x` for IDA 9.4, `v9.3.x` for IDA 9.3, and `v9.2.x` for IDA 9.2). A version mismatch is detected at startup with a clear error message. Scoop and NUR publish the latest version. For older IDA versions, use the matching [GitHub Release](https://github.com/blacktop/ida-mcp-rs/releases) or, on Apple Silicon, the versioned Homebrew cask.
### Platform Setup
#### macOS
Standard IDA installations in `/Applications` work automatically:
```bash
claude mcp add ida -- ida-mcp
```
If you see `Library not loaded: @rpath/libida.dylib`, set `DYLD_LIBRARY_PATH` to your IDA path:
```bash
claude mcp add ida -e DYLD_LIBRARY_PATH='/path/to/IDA.app/Contents/MacOS' -- ida-mcp
```
Supported paths (auto-detected):
- `/Applications/IDA Professional 9.4.app/Contents/MacOS`
- `/Applications/IDA Home 9.4.app/Contents/MacOS`
- `/Applications/IDA Essential 9.4.app/Contents/MacOS`
#### Linux
The IDA installer defaults to `~/ida-pro-9.4` — the launcher script auto-detects this:
```bash
claude mcp add ida -- ida-mcp
```
For non-default install locations, set `IDADIR`:
```bash
claude mcp add ida -e IDADIR='/path/to/ida' -- ida-mcp
```
Resolution order: `$IDADIR` → `~/ida-pro-9.4` → `/opt/ida-pro-9.4` and other RUNPATH fallbacks.
#### Windows
**Option A** — Install `ida-mcp.exe` into your IDA directory (simplest, no env setup needed):
```powershell
# Copy the binary next to ida.dll / idalib.dll
copy ida-mcp.exe "C:\Program Files\IDA Professional 9.4\"
claude mcp add ida -- "C:\Program Files\IDA Professional 9.4\ida-mcp.exe"
```
**Option B** — Install via [Scoop](https://scoop.sh) (auto-detects IDA and sets `IDADIR`):
```powershell
scoop bucket add blacktop https://github.com/blacktop/scoop-bucket
scoop install blacktop/ida-mcp
claude mcp add ida -- ida-mcp
```
**Option C** — Set `IDADIR` manually:
```powershell
$idaDir = "C:\Program Files\IDA Professional 9.4"
[Environment]::SetExcerpt of 14,012 characters
Read on GitHub151
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b38643864bbaac33, topic:mcp, topic:mcp-server, desc:mcp server