UnityNaturalMCP

notargs/UnityNaturalMCP
★ 165 stars C# 📦 Other Updated 26d ago
UnityNaturalMCP is an MCP server implementation for Unity that aims for a "natural" user experience.
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": {
    "unitynaturalmcp": {
      "command": "npx",
      "args": [
        "-y",
        "notargs/UnityNaturalMCP"
      ]
    }
  }
}