ida-multi-mcp

MeroZemory/ida-multi-mcp
★ 153 stars Python 📦 Other Updated today
Multi-instance IDA Pro MCP server — analyze multiple binaries simultaneously through a single MCP endpoint.
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-multi-mcp": {
      "command": "uvx",
      "args": [
        "ida-multi-mcp"
      ]
    }
  }
}

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