binary_ninja_cline_mcp
An MCP server for Cline that works with Binary Ninja (Personal License)
This repository contains an MCP server that allows Cline to analyze binaries using Binary Ninja. Note: Not all files will be used, there is also prototype of using headless Binary Ninja but my license is Personal so I can’t test it.
Setup
- Install the latest of Binary Ninja MCP Plugin https://github.com/fosdickio/binary_ninja_mcp
- Open your binary and start the MCP server from within Binary Ninja.
- Open a terminal and run python binary_ninja_mcp_http_server.py --port 8088
- Open another terminal and run
npm start - Open Cline and add the following tool:{ Example:
{
"mcpServers": {
"BN MCP": {
"command": "node",
"args": ["/home/matteius/binary_ninja_cline/bn_cline_mcp/binaryninja-mcp-bridge.js"],
"env": {
"BN_HTTP_SERVER": "http://localhost:8088"
},
"autoApprove": [],
"disabled": false,
"timeout": 30
}
}
}
Binary Ninja Cline MCP Server
Project Details
- opensensor/bn_cline_mcp
- GNU General Public License v3.0
- Last Updated: 4/6/2025
Recomended MCP Servers
A project that uses an MCP to create the Incept program.
Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.
Model Context Protocol (MCP) server implementation for FAL.ai
A Model Context Protocol Server facade to simplify the implementation of agents
Get detail captions for a image
context7 mcp server for cursor
MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines
A zero-installation solution for AI agents to control remote macOS systems. Full desktop capabilities without extra software, using...





