ida-mcp-server

MxIris-Reverse-Engineering/ida-mcp-server
★ 533 stars Python 🗄️ Database Updated 1mo ago
A Model Context Protocol server for IDA
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ida-mcp-server": {
      "command": "uvx",
      "args": [
        "ida-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ida-mcp-server

README Excerpt

> [!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+). 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.