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.
Quick Start
Clone the repository:
git clone https://github.com/fosdickio/binary_ninja_mcpClaude Desktop configuration example:
{
"mcpServers": {
"binaryninjamcp": {
"command": "npx",
"args": [
"-y",
"fosdickio/binary_ninja_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.