cemu-re-mcp

Matt-Wood-23/cemu-re-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server wrapping Cemu's GDB stub for live Wii U PowerPC reverse engineering. Pure-stdlib GDB RSP client + memory/register/breakpoint/watchpoint MCP tools. Built and validated against Monster Hunter 3 Ultimate.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cemu-re-mcp": {
      "command": "uvx",
      "args": [
        "cemu-re-mcp"
      ]
    }
  }
}

Or install with pip: pip install cemu-re-mcp

README Excerpt

MCP server wrapping Cemu's built-in GDB stub for live runtime analysis of Wii U games. Companion to [dolphin_re_mcp](../dolphin_re_mcp/) but built fresh — same MCP-shaped tool surface, different protocol layer. Target game: Monster Hunter 3 Ultimate (MH3U), but format-agnostic for any Wii U title. 1. **Enable GDB stub in Cemu:**

Tools (1)

resume