unity-ui-mcp

phucnguyen752/unity-ui-mcp
★ 4 stars C# AI/LLM Updated today
MCP Server plugin for Unity Editor that allows any AI (Claude, Gemini, ChatGPT) to create UI prefabs directly via Model Context Protocol. Give it a screenshot, get a prefab.
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": {
    "unity-ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "phucnguyen752/unity-ui-mcp"
      ]
    }
  }
}