ida-mcp-server
A Model Context Protocol server for IDA Python-based implementation.
Documentation
IDA MCP Server
> [!NOTE]
> The idalib mode is under development, and it will not require installing the IDA plugin or running IDA (idalib is available from IDA Pro 9.0+).
Overview
A Model Context Protocol server for IDA interaction and automation. This server provides tools to read IDA database via Large Language Models.
Please note that mcp-server-ida is currently in early development. The functionality and available tools are subject to change and expansion as we continue to develop and improve the server.
Installation
Using uv (recommended)
When using `uv` no specific installation is needed. We will
use `uvx` to directly run *mcp-server-ida*.
Using PIP
Alternatively you can install `mcp-server-ida` via pip:
pip install mcp-server-idaAfter installation, you can run it as a script using:
python -m mcp_server_idaIDA-Side
Copy `repository/plugin/ida_mcp_server_plugin.py` and `repository/plugin/ida_mcp_server_plugin` directory into IDAs plugin directory
Windows: `%APPDATA%\Hex-Rays\IDA Pro\plugins`
Linux/macOS: `$HOME/.idapro/plugins` eg: `~/.idapro/plugins`
igors-tip-of-the-week-103-sharing-plugins-between-ida-installs
Configuration
Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:
Using uvx
"mcpServers": {
"ida": {
"command": "uvx",
"args": [
"mcp-server-ida"
]
}
}Using pip installation
"mcpServers": {
"ida": {
"command": "python",
"args": [
"-m",
"mcp_server_ida"
]
}
}Debugging
You can use the MCP inspector to debug the server. For uvx installations:
npx @modelcontextprotocol/inspector uvx mcp-server-idaOr if you've installed the package in a specific directory or are developing on it:
cd path/to/mcp-server-ida/src
npx @modelcontextprotocol/inspector uv run mcp-server-idaRunning `tail -n 20 -f ~/Library/Logs/Claude/mcp*.log` will show the logs from the server and may
help you debug any issues.
Development
If you are doing local development, there are two ways to test your changes:
1. Run the MCP inspector to test your changes. See Debugging for run instructions.
2. Test using the Claude desktop app. Add the following to your `claude_desktop_config.json`:
UVX
{
"mcpServers": {
"ida": {
"command": "uv",
"args": [
"--directory",
"/",
"run",
"mcp-server-ida"
]
}
}Alternatives
Screenshots



Frequently asked questions
What is ida-mcp-server?
ida-mcp-server is A Model Context Protocol server for IDA Python-based implementation.
How do I install ida-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is ida-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/MxIris-Reverse-Engineering/ida-mcp-server and has 484 stars.
Related MCP tools
A middleware to provide an openAI compatible endpoint that can call MCP tools Python-based implementation. Trusted by 800+ developers.
Connect AI models like Claude & GPT with robots using MCP and ROS. Python-based implementation. Trusted by 800+ developers.
🪐 ✨ Model Context Protocol (MCP) Server for Jupyter. Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers.
Chat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor! for the Model Context Protocol. Enhance AI assistants with powerful integratio
Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop Python-based implementation. Trusted by 600+ developers.
Shell and coding agent on claude desktop app for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP