ce-mcp
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., "@ce-mcpattach to notepad.exe and scan for value 123"
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.
CE-MCP — Cheat Engine MCP Server (纯 Python / 零依赖)
让 AI(Claude Desktop、VS Code Copilot、Cursor 等任意 MCP 客户端)直接操控 Cheat Engine: 进程附加、内存扫描、内存读写、地址列表、变速、Lua/Auto Assembler 执行、CT 表管理。
特点
纯 Python 标准库实现,无任何外部依赖,无需编译,无需 .NET / Visual Studio
标准 MCP 协议(stdio 传输),任何 MCP 客户端开箱即用
文件 IPC 桥接:CE 侧只需一个 autorun Lua 脚本,兼容 CE 7.x(无需 7.6.2+ 插件 API)
29 个工具,9 大模块:进程管理 / 首次·再次扫描 / AOB 特征码 / 内存读写(含批量·冻结) / 地址列表 / SpeedHack / Lua 执行 / 汇编·反汇编 / CT 文件
Related MCP server: memscope-mcp
架构
MCP 客户端 (Claude 等)
│ stdio (JSON-RPC / MCP)
ce_mcp_server.py (Python)
│ 文件 IPC: c_X.txt(命令) → go.txt(触发) → r_X.txt(结果) → d_X.txt(完成)
autorun/ce_mcp.lua (CE 内 200ms 定时器轮询)
│ CE Lua API
Cheat Engine → 目标进程安装
把
autorun/ce_mcp.lua复制到 Cheat Engine 安装目录的autorun\文件夹(可选)复制
config.example.json为config.json并按本机路径修改:{ "ce_exe": "C:\\Program Files\\Cheat Engine 7.5\\cheatengine-x86_64.exe", "ipc_dir": "C:\\Program Files\\Cheat Engine 7.5\\ce-mcp\\ipc" }ipc_dir必须与 Lua 端一致。Lua 端默认使用<CE目录>\ce-mcp\ipc\;不配置时 Python 端默认使用本仓库目录下的ipc\,此时请在ce_mcp.lua顶部把IPC_DIR改成相同路径ce_exe用于 CE 未运行时自动拉起(可省略,手动启动 CE 即可)
启动 Cheat Engine(autorun 自动加载桥接脚本)
在 MCP 客户端中配置本服务器,例如 Claude Desktop
claude_desktop_config.json:{ "mcpServers": { "cheat-engine": { "command": "python", "args": ["X:\\path\\to\\ce-mcp\\ce_mcp_server.py"] } } }
要求:Windows + Python 3.8+ + Cheat Engine 7.x。
工具一览
模块 | 工具 |
进程管理 |
|
内存扫描 |
|
内存读写 |
|
地址列表 |
|
变速控制 |
|
Lua 执行 |
|
汇编注入 |
|
CT 文件 |
|
系统状态 |
|
测试
CE 运行且 autorun 脚本加载后:
python tests\test_all_tools.py历史测试报告见 docs/TEST_REPORT.md(其中记录的 4 个 Bug 已在当前版本修复)。
与同类项目的区别
ShadowNineX/ce-mcp:C# 插件 DLL + HTTP MCP,需 CE 7.6.2+ 与 .NET 10 运行时
Eruditi/CE-MCP-Plugin:C 插件 + 自定义 TCP 协议(非 MCP)
本项目:纯 Python + stdio 标准 MCP + 文件 IPC,零依赖零编译,安装门槛最低
免责声明
本项目仅用于学习、研究与单机环境调试。请勿用于在线游戏或任何违反服务条款/法律法规的用途,后果自负。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to control GDB debugger via MCP protocol for local and remote debugging, supporting CTF Pwn, crash analysis, and ELF inspection.Last updated131MIT
- Alicense-qualityAmaintenanceEnables AI agents to perform low-level Windows process memory research, including process attachment, memory scanning, reading/writing, pointer chasing, remote code execution, and inline hooking via MCP tools and Lua scripting.Last updatedMIT
- Alicense-qualityCmaintenanceEnables AI agents to interact with GDB for debugging via the MCP protocol. Supports setting breakpoints, stepping through code, inspecting memory and registers, and more.Last updated85MIT
- AlicenseAqualityBmaintenanceEnables AI agents to execute Lua code, inspect scripts, spy on remotes, and interact with a running Roblox game client through an MCP interface.Last updated221481MIT
Related MCP Connectors
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a8814304/ce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server