Back to MCP Servers

Ida Headless

Headless IDA Pro binary analysis via MCP. Multi-session concurrency with Go orchestration and Python workers. Supports Il2CppDumper and Blutter metadata import for Unity and Flutter reverse engineering.

securitypythongo

Installation

npx -y ida-headless-mcp

Configuration

{
  "mcpServers": {
    "ida-headless-mcp": {
      "command": "npx",
      "args": ["-y", "ida-headless-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub