CheatEngine Toolkit – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

MCP CheatEngine Cto

English 简体中文

MCP CheatEngine unofficial is a Python-based toolkit that communicates with CheatEngine through the MCP interface, providing features such as reading memory and assembly code analysis.

Python and CE use the socket protocol for communication. Currently, the Python MCP only has a built-in read module, and the write module has not been implemented in the MCP client. Lua has also implemented writing and pointer scanning, but it’s unstable.

If you’re interested, please give it a star.

  • The project is still in its early stages and there are issues and problems

CE Plugin Link

  • Must Download
  • Otherwise, MCP SERVER cannot function as expected
  • CE Plugin Download

Features

  • Automatically connect to CheatEngine and analyze application memory and assembly
  • Provide AI interactive memory reading functionality
  • Support getting and analyzing assembly code corresponding to memory addresses

Getting Started

  • It is recommended to use the cursor in conjunction with this project to complete the usage

Install Dependencies

pip install -r requirements.txt

Run MCPService

python main.py

Tool Usage Instructions

For detailed information, please refer to the API documentation

1. Connection Tool (ce_connect)

Used to connect to CheatEngine and check the connection status.

ce_connect()

2. Memory Reading (memory_read)

Read data from a specified memory address.

memory_read("0x7065F60", "int32")

memory_read("0x7065F60", "int32", {
    "assembly": True,
    "assemblySize": 10,
    "rawBytes": True
})

3. Testing Tool (test_echo)

A testing tool that receives input of any type and outputs it unchanged.

# Example
test_echo("Test String")
test_echo({"name": "Test", "value": 100})

Featured Templates

View More
AI Engineering
Python Bug Fixer
119 1080
AI Characters
Sarcastic AI Chat Bot
128 1440
Customer service
Service ERP
125 756
AI Assistants
AI Chatbot Starter Kit v0.1
130 667

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.