Connect Cursor, Copilot & Claude directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cheatengine-mcp-brid": {
"command": "npx",
"args": [
"-y",
"miscusi-peek/cheatengine-mcp-bridge"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cheatengine-mcp-brid npx -y miscusi-peek/cheatengine-mcp-bridge
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cheatengine-mcp-brid": {
"command": "npx",
"args": [
"-y",
"miscusi-peek/cheatengine-mcp-bridge"
]
}
}
}
📋 Copy