MxIris-Reverse-Engineering/ida-mcp-server
A Model Context Protocol server for IDA
Overview
MxIris-Reverse-Engineering/ida-mcp-server is a Python MCP server licensed under MIT. A Model Context Protocol server for IDA
Ranked #3213 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 533
Freshness 9mo ago
Issue Health 67%
Contributors 4
Dependents 1
Forks 57
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Matched Queries
From the README
# 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`](https://docs.astral.sh/uv/) no specific installation is needed. We will use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-ida*. ### Using PIP Alternatively you can install `mcp-server-ida` via pip: ``` pip install mcp-server-ida ``` After installation, you can run it as a script using: ``` python -m mcp_server_ida ``` ### IDA-Side Copy `repository/plugin/ida_mcp_server_pluRead full README on GitHub →
Are you the maintainer? Claim this listing