YuzeMcpTool

Yuze075/YuzeMcpTool
★ 1 stars C# 💻 Code/Dev Tools Updated today
YuzeMcpTool is a Unity MCP service for AI agents. It exposes one MCP tool, evalJsCode, so an agent can run JavaScript inside Unity through PuerTS and use helper modules to inspect or operate the Editor, scenes, assets, runtime objects, tests, builds, and project-specific C# APIs.
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": {
    "yuzemcptool": {
      "command": "npx",
      "args": [
        "-y",
        "Yuze075/YuzeMcpTool"
      ]
    }
  }
}