The reputation layer for AI skills, tools & agents

MxIris-Reverse-Engineering/ida-mcp-server

Score: 37.9 Rank #3213

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 291 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for MxIris-Reverse-Engineering/ida-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/MxIris-Reverse-Engineering--ida-mcp-server)](https://agentrank-ai.com/tool/MxIris-Reverse-Engineering--ida-mcp-server)
<a href="https://agentrank-ai.com/tool/MxIris-Reverse-Engineering--ida-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/MxIris-Reverse-Engineering--ida-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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_plu
Read full README on GitHub →
Are you the maintainer? Claim this listing