Skip to main content
SecurityPython

fosdickio/binary_ninja_mcp

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.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/fosdickio/binary_ninja_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "binaryninjamcp": {
      "command": "npx",
      "args": [
        "-y",
        "fosdickio/binary_ninja_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
fosdickio