Back to MCP Servers

Binary Ninja

A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering.

security

Installation

npx -y binary_ninja_mcp

Configuration

{
  "mcpServers": {
    "binary_ninja_mcp": {
      "command": "npx",
      "args": ["-y", "binary_ninja_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