Back to MCP Servers
🔌

fosdickio/binary_ninja_mcp

GPL-3.0

🐍 🏠 🍎 🪟 🐧 - A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates with your favorite MCP client. It enables you to automate the process of performing binary analysis and reve

PythonProductivity

Install

npx -y -y binary-ninja-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "fosdickio-binary-ninja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "binary-ninja-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.