unity-code-mode

RomaRogov/unity-code-mode
★ 11 stars C# 🤖 AI/LLM Updated 26d ago
AI Code Mode extension for Unity featuring UTCP Server with MCP wrapper
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unity-code-mode": {
      "command": "npx",
      "args": [
        "-y",
        "RomaRogov/unity-code-mode"
      ]
    }
  }
}