Cheat Engine MCP Bridge

v1.0.0Securitystable

Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.

ai-agentsai-toolsautomationcheat-enginectf-tools
Share:
730
Stars
0
Downloads
0
Weekly
0/5

What is Cheat Engine MCP Bridge?

Cheat Engine MCP Bridge is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connect cursor, copilot & claude ai directly to cheat engine via mcp. automate reverse engineering, pointer scanning, and memory analysis using natural language.

Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Connect Cursor, Copilot & Claude AI directly to Cheat Engine

Use Cases

Memory analysis automation
Pointer scanning with natural language
Reverse engineering and CTF solving
miscusi-peek

Maintainer

LicenseMIT
Languagelua
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx cheatengine-mcp-bridge

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Cheat Engine MCP Bridge

Cheat Engine MCP Bridge connects AI clients like Claude, Cursor, and GitHub Copilot directly to the Cheat Engine game debugging and memory analysis tool via MCP, exposing approximately 180 tools for memory reading/writing, pointer scanning, disassembly, breakpoint management, DLL injection, and C++ RTTI analysis. The bridge consists of a Lua script loaded inside Cheat Engine and a Python MCP server that translates natural language requests into Cheat Engine Lua API calls. Security researchers, game modders, and CTF competitors use it to automate complex reverse engineering workflows using plain English commands.

Prerequisites

  • Windows OS (Cheat Engine is Windows-only; TCP relay mode available for cross-platform MCP clients)
  • Cheat Engine installed (version 7.4 or later recommended)
  • Python 3.10 or later with pip
  • An MCP-compatible client: Claude Desktop, Cursor, or GitHub Copilot
  • The cheatengine-mcp-bridge repository cloned locally
1

Clone the repository

Clone the cheatengine-mcp-bridge repository to get the Lua bridge script and Python MCP server files.

git clone https://github.com/miscusi-peek/cheatengine-mcp-bridge.git
cd cheatengine-mcp-bridge
2

Install Python dependencies

Install the required Python packages for the MCP server. The mcp package provides the MCP protocol implementation; pywin32 is needed for Windows process communication.

pip install -r MCP_Server/requirements.txt
3

Disable problematic Cheat Engine setting

Open Cheat Engine, go to Settings > Extra, and DISABLE 'Query memory region routines'. Failure to do this will cause system crashes when the bridge queries memory.

4

Load the Lua bridge in Cheat Engine

Open the Cheat Engine Lua console (from the menu) and load the bridge script. This registers the MCP communication handler inside Cheat Engine.

dofile([[C:\path\to\cheatengine-mcp-bridge\ce_mcp_bridge.lua]])
5

Configure Claude Desktop to use the bridge

Add the Python MCP server to your Claude Desktop configuration. The server must point to the absolute path of mcp_cheatengine.py on your system.

6

Attach Cheat Engine to a target process

In Cheat Engine, open a process by clicking the process selector icon and choosing the game or application you want to analyze. The bridge will operate on whichever process is currently attached.

Cheat Engine MCP Bridge Examples

Client configuration

Configure Claude Desktop to use the Cheat Engine MCP Bridge Python server on Windows.

{
  "mcpServers": {
    "cheatengine": {
      "command": "python",
      "args": ["C:/path/to/cheatengine-mcp-bridge/MCP_Server/mcp_cheatengine.py"],
      "env": {
        "CE_MCP_TIMEOUT": "30"
      }
    }
  }
}

Prompts to try

Example natural language prompts for memory analysis, pointer scanning, and reverse engineering with Cheat Engine.

- "Scan memory for the integer value 1000 and show me the addresses"
- "Follow the pointer chain from base address 0x12345678 with offsets [0x10, 0x20, 0x30]"
- "Disassemble the function at 0x401000 and explain what it does"
- "Find all cross-references to address 0x40ABCD in the current module"
- "Set a hardware breakpoint on write at address 0x7FFE0000 and wait for it to trigger"

Troubleshooting Cheat Engine MCP Bridge

Cheat Engine crashes or causes system instability when the bridge queries memory

Go to Cheat Engine Settings > Extra and disable 'Query memory region routines'. This is the most common cause of crashes and must be done before using the bridge.

MCP server cannot communicate with the Lua bridge in Cheat Engine

Ensure the Lua bridge is loaded in Cheat Engine's Lua console (dofile command) and that Cheat Engine is running before starting the MCP server. The bridge uses an IPC pipe, so both must be running on the same machine.

Connecting from a non-Windows MCP client (macOS/Linux)

Use TCP relay mode by setting CE_MCP_TRANSPORT=tcp and specifying CE_MCP_HOST and CE_MCP_PORT. Install requirements-tcp.txt instead of requirements.txt, and run the server with those environment variables on the Windows machine that has Cheat Engine.

Frequently Asked Questions about Cheat Engine MCP Bridge

What is Cheat Engine MCP Bridge?

Cheat Engine MCP Bridge is a Model Context Protocol (MCP) server that connect cursor, copilot & claude ai directly to cheat engine via mcp. automate reverse engineering, pointer scanning, and memory analysis using natural language. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Cheat Engine MCP Bridge?

Follow the installation instructions on the Cheat Engine MCP Bridge GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Cheat Engine MCP Bridge?

Cheat Engine MCP Bridge works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Cheat Engine MCP Bridge free to use?

Yes, Cheat Engine MCP Bridge is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Cheat Engine MCP Bridge Alternatives — Similar Security Servers

Looking for alternatives to Cheat Engine MCP Bridge? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "cheatengine-mcp-bridge": { "command": "npx", "args": ["-y", "cheatengine-mcp-bridge"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Cheat Engine MCP Bridge?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides