LittleBrush.UnityMCP

actionk/LittleBrush.UnityMCP
★ 0 stars C# Code/Dev Tools Updated today
A Unity Editor MCP server with a reload-aware bridge, typed tools, and local usage insights.
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": {
    "littlebrush.unitymcp": {
      "command": "npx",
      "args": [
        "-y",
        "actionk/LittleBrush.UnityMCP"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="docs/media~/logo-banner-centered.png" alt="LittleBrush Unity MCP" width="900"> </p> **Your AI assistant, connected to the Unity Editor.** Inspect scenes, edit prefabs, run tests, and capture previews through typed tools backed by Unity APIs. Keep working through script recompiles with a reload-aware bridge.