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
MCP server providing healthcare analytics capabilities for Smartsheet, including clinical note summarization, patient feedback analysis, and research impact...
MCP server that provide tools to LLMs such as claude in cursor to interact with MongoDB
DoiT official MCP Server
MCP for Publicly available datasets of the Government of Singapore [Unofficial]
mcp
Connect your Sanity content to AI agents. Create, update, and explore structured content using Claude, Cursor, and VS...
An MCP server to use the LinkedIn API.
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
A cli tool to control Tuya devices based on tinytuya
This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries,...





