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
By fosdickio
Installation
npx -y binary_ninja_mcpConfiguration
{
"mcpServers": {
"binary_ninja_mcp": {
"command": "npx",
"args": ["-y", "binary_ninja_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes