Back to Home
hatayama icon

uLoopMCP

Verified Safe

by hatayama

Overview

Acts as a Model Context Protocol (MCP) server to bridge Unity Editor operations with AI coding tools like Cursor and Claude Code, enabling autonomous development loops for compiling, testing, logging, and scene automation.

Installation

Run Command
node [Unity Package Path]/TypeScriptServer~/dist/server.bundle.js

Environment Variables

  • NODE_ENV
  • ENABLE_PING_TOOL
  • UNITY_TCP_PORT
  • MCP_CLIENT_NAME

Security Notes

The project includes a `execute-dynamic-code` tool that allows dynamic C# code execution within Unity, which is inherently high-risk. However, it implements a 3-tier security model (Disabled, Restricted, FullAccess) for this tool, with 'Restricted' being the recommended default, blocking file/network/process operations. Other potentially dangerous tools like `run-tests` and `execute-menu-item`, as well as third-party tools, are disabled by default. The `SECURITY.md` outlines a clear vulnerability reporting process. Overall, the project demonstrates strong security awareness and mitigations, making it safe to run with recommended (default) settings. FullAccess mode for dynamic code execution should only be used with trusted code.

Similar Servers

Stats

Interest Score56
Security Score8
Cost ClassMedium
Avg Tokens300
Stars114
Forks10
Last Update2026-01-19

Tags

AIUnityDevelopmentAutomationLLM