Cutter (Reverse Engineering)

by ap425q

2 stars
232 downloads
Not rated
GitHub

About

Bridges Cutter reverse engineering platform with binary analysis capabilities including function listing, decompilation, segment analysis, and symbol management for enhanced reverse engineering workflows.

Details

Author
ap425q
Repository
ap425q/CutterMCP
GitHub stars
2
Downloads
232
License
Apache License 2.0
Categories
Productivity, AI, Developer Tools, Search, API, Infrastructure, Other
Tags
#integration

MCP Server + Cutter Plugin

- Decompile and analyze binaries in Cutter
- Automatically rename methods and data
- List methods, imports, and exports

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cutter (Reverse Engineering)
    Command (node, npx, python, etc.) python
    Arguments
    • Argument 1 /ABSOLUTE_PATH_TO/bridge_mcp_cutter.py

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Cutter and the MCP Python SDK, copy CutterMCPPlugin.py into Cutter’s plugin directory, then restart Cutter. Configure an MCP client—for example, Claude Desktop—by editing its config file to point to the bridge_mcp_cutter.py script.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cutter (reverse engineering)": {
            "cwd": "",
            "env": {},
            "args": [
                "/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py"
            ],
            "shell": false,
            "command": "python"
        }
    }
}

Linux

{
    "cwd": "",
    "env": [],
    "args": [
        "/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py"
    ],
    "shell": false,
    "command": "python"
}

Macos

{
    "cwd": "",
    "env": [],
    "args": [
        "/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py"
    ],
    "shell": false,
    "command": "python"
}

Windows

{
    "cwd": "",
    "env": [],
    "args": [
        "C:\\ABSOLUTE_PATH_TO\\bridge_mcp_cutter.py"
    ],
    "shell": false,
    "command": "python"
}

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.

1. Run Cutter
2. Go to Edit -> Preferences -> Plugins
3. Find the plugin directory location
4. Copy CutterMCPPlugin.py from the downloaded release and paste it inside the python folder
5. Restart Cutter
6. If successful, you’ll see the plugin under Windows -> Plugins and a new widget in the bottom panel

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.