Supported as an operating system for running the cutterMCP server and connecting with Claude Desktop
Supported as an operating system for running the cutterMCP server and connecting with Claude Desktop
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cutterMCPdecompile the binary at /tmp/sample.exe and list all imported functions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.

cutterMCP
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.
Features
MCP Server + Cutter Plugin
Decompile and analyze binaries in Cutter
Automatically rename methods and data
List methods, imports, and exports
Installation
Prerequisites
Related MCP server: ghidraMCP
Cutter
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.
Run Cutter
Go to Edit -> Preferences -> Plugins
Find the plugin directory location
Copy
CutterMCPPlugin.pyfrom the downloaded release and paste it inside the python folderRestart Cutter
If successful, you’ll see the plugin under Windows -> Plugins and a new widget in the bottom panel
MCP Clients
Theoretically, any MCP client should work with cutterMCP. one example is given below.
Example 1: Claude Desktop
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 :
Windows :