BinAssist-MCP
@jtang613
About BinAssist-MCP
Binary Ninja plugin to provide MCP functionality.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is BinAssist-MCP?
BinAssist-MCP is a comprehensive Model Context Protocol (MCP) server that exposes Binary Ninja’s reverse engineering capabilities to LLM clients like Claude Desktop. It provides dual transport support (SSE and STDIO), 35+ binary analysis tools, and multi-binary session management.
How to use BinAssist-MCP?
Install via Binary Ninja’s plugin manager or manually. As a plugin, open a binary in Binary Ninja, go to BinAssist-MCP > Start Server. As a standalone server, run binassist-mcp serve /path/to/binary.exe or binassist-mcp stdio for STDIO transport. Configuration is available through Binary Ninja settings, environment variables, or a JSON file.
Key features of BinAssist-MCP
- Dual transport (SSE and STDIO) for flexible integration
- 35+ reverse engineering tools across multiple categories
- Multi-binary support with automatic lifecycle management
- Native Binary Ninja plugin with menu integration and auto-startup
- Full CLI interface for standalone operation
- Pydantic-based configuration with Binary Ninja settings
Use cases of BinAssist-MCP
- Reverse engineer binaries with natural language queries via an LLM client
- Perform decompilation, disassembly, and type analysis interactively
- Manage and analyze multiple binary sessions simultaneously
- Automate reverse engineering tasks using CLI commands and scripts
FAQ from BinAssist-MCP
What transport protocols does BinAssist-MCP support?
BinAssist-MCP supports both SSE (Server-Sent Events) and STDIO transports, configurable via the binassist.server.transport setting.
Does BinAssist-MCP require Binary Ninja to run?
Yes, BinAssist-MCP is a server that integrates with Binary Ninja’s reverse engineering platform; the standalone server and plugin both depend on Binary Ninja being installed.
How many concurrent binaries can BinAssist-MCP handle?
It supports up to 50 concurrent binaries (configurable) with automatic cleanup and eviction policies for memory management.
What configuration methods are available?
Configuration can be set through Binary Ninja’s settings system (e.g., binassist.server.host), environment variables (e.g., BINASSIST_SERVER__PORT), or a JSON configuration file.
How do I integrate BinAssist-MCP with Claude Desktop?
Add a server entry to claude_desktop_config.json with "command": "binassist-mcp" and "args": ["stdio"] to enable STDIO transport.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments