Model Context Protocol server enabling autonomous reverse engineering of applications by integrating Cutter's binary analysis tools, automatic method renaming, and comprehensive listing of methods, imports, and exports for enhanced LLM-driven analysis.
Unlock the full potential of cutterMCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
!cutter_MCP_logo
cutterMCP is an Model Context Protocol server for allowing LLMs to autonomously reverse engineer applications. It exposes numerous tools from core Cutter functionality to MCP clients.
MCP Server + Cutter Plugin
First, download the latest release from this repository. This contains the Cutter plugin and Python MCP client. Then, you can directly import the plugin into Cutter.
CutterMCPPlugin.py
from the downloaded release and paste it inside the python folderTheoretically, any MCP client should work with cutterMCP. one example is given below.
To set up Claude Desktop as a Cutter MCP client, go to Claude
-> Settings
-> Developer
-> Edit Config
-> claude_desktop_config.json
and add the following:
MacOS/Linux :
{ "mcpServers": { "cutter": { "command": "python", "args": [ "/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py" ] } } }
Windows :
{ "mcpServers": { "cutter": { "command": "python", "args": [ "C:\\ABSOLUTE_PATH_TO\\bridge_mcp_cutter.py" ] } } }
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!