MelonMCP

elliotttate/MelonMCP
★ 5 stars C# Memory/Knowledge Updated today
MCP (Model Context Protocol) server for Unity games via MelonLoader - runtime inspection, manipulation, and automation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "melonmcp": {
      "command": "npx",
      "args": [
        "-y",
        "elliotttate/MelonMCP"
      ]
    }
  }
}