Unity MCP Server
@MizoTake
关于 Unity MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Unity MCP Server?
Unity MCP Server is a Model Context Protocol (MCP) server that integrates the Unity game engine with AI assistants. It provides tools for building, testing, profiling, and managing Unity applications.
How to use Unity MCP Server?
Clone the repository, install dependencies with npm install, and build with npm run build. Optionally set the UNITY_EXECUTABLE environment variable. Start the server with npm start (production) or npm run dev (development). Invoke tools via the MCP protocol, including unity_execute, unity_build, unity_compile, unity_generate_csproj, unity_run_tests, unity_profile, unity_frame_debugger, unity_memory_snapshot, unity_refresh_assets, and unity_set_defines.
Key features of Unity MCP Server
- Execute Unity command-line operations
- Build Unity projects for multiple platforms
- Run Unity tests (EditMode/PlayMode)
- Capture performance profiling data
- Capture frame rendering statistics
- Analyze memory snapshots and logs
Use cases of Unity MCP Server
- Automate builds and tests from AI-assisted workflows
- Profile performance and memory usage of Unity applications
- Manage assets and scripting defines without manual Editor interaction
- Generate C# project files for IDE integration (Visual Studio, VSCode, Rider)
FAQ from Unity MCP Server
What Unity versions are supported?
Unity 2019.4 or later.
What are the runtime requirements?
Node.js 18 or higher and Unity 2019.4 or higher.
Does the server support WSL?
Yes, it fully supports WSL environments with automatic detection and path conversion.
How does the server find the Unity executable?
It auto-detects Unity installations on Windows, macOS, and Linux/WSL. The UNITY_EXECUTABLE environment variable can also be set manually.
What build platforms are supported?
StandaloneWindows64, StandaloneOSX, StandaloneLinux64, Android, iOS, and WebGL.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论