ida-pro-mcp
IDA Pro's MCP server, leveraging language models to assist in reverse engineering.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 9.6k
- Source
- mcp-github
- Repository
- github.com/mrexodia/ida-pro-mcp
Overview
ida-pro-mcp is a server based on the MCP protocol, designed to connect IDA Pro with language models to provide AI-assisted reverse engineering capabilities. It allows users to invoke AI features through supported MCP clients (such as Claude Code, Cursor, etc.), enhancing the efficiency and accuracy of reverse engineering tasks. This tool is suitable for security researchers and developers working on complex reverse engineering projects. Setup involves installing Python and IDA Pro, then configuring the corresponding MCP client.
Capabilities
- ▪AI-assisted reverse engineering via language models
- ▪Automated code analysis and annotation
- ▪Renaming variables and functions to improve readability
- ▪Generating detailed reverse engineering reports
Use cases
Setup
Install via Claude Code: ```bash claude plugin marketplace add mrexodia/claude-marketplace claude plugin install ida-pro-mcp@mrexodia ``` Manual installation: ```sh pip uninstall ida-pro-mcp pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip ida-pro-mcp --install ```
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to activate idalib?
Run the command `uv run <idalib path>`.
Which MCP clients are supported?
Supports multiple clients such as Claude Code, Cursor, and others.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.