blacktop/ida-mcp-rs
Headless IDA Pro MCP Server
Overview
blacktop/ida-mcp-rs is a Rust MCP server licensed under MIT. Headless IDA Pro MCP Server Topics: headless, idalib, idapro, mcp, mcp-server, rust, rust-lang.
Ranked #235 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Ecosystem
Rust MIT
headlessidalibidapromcpmcp-serverrustrust-lang
Signal Breakdown
Stars 226
Freshness 13d ago
Issue Health 75%
Contributors 2
Dependents 0
Forks 11
Description Brief
License MIT
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# ida-mcp-rs Headless IDA Pro MCP server for AI-powered reverse engineering. ## Prerequisites - IDA Pro 9.2+ with valid license ## Getting Started ### Install **macOS** (via [Homebrew](https://brew.sh)) ```bash brew install blacktop/tap/ida-mcp # LATEST (IDA 9.3) brew install blacktop/tap/[email protected] # IDA 9.2 ``` **Linux / Windows** Download the release matching your IDA version from [GitHub Releases](https://github.com/blacktop/ida-mcp-rs/releases). > ida-mcp versions mirror IDA Pro versions (`v9.3.x` for IDA 9.3, `v9.2.x` for IDA 9.2). A version mismatch is detected at startup with a clear error message. **Build from source** See [docs/BUILDING.md](docs/BUILDING.md). ### 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.Read full README on GitHub →
Are you the maintainer? Claim this listing