Unity Code
@hackerzhuli
关于 Unity Code
Enables AI agents to compile code and run tests in Unity Editor.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"unity-code": {
"command": "/path/to/unity-code-mcp",
"env": {
"UNITY_PROJECT_PATH": "/path/to/your/unity/project"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Unity Code?
Unity Code is an MCP server that provides two tools—Asset Database Refresh and Test Execution—for autonomous AI-driven Unity code development. It is designed for developers using Unity 6.0 or higher who want AI agents to write, compile, and test code without human intervention.
How to use Unity Code?
Install the Visual Studio Code Editor Unity package, obtain the binary (download a release for Windows or build from source with Rust), then configure your AI assistant (e.g., Claude Desktop, Cursor, Trae, or VS Code with MCP extension) by adding a JSON entry with the unity-code command and the UNITY_PROJECT_PATH environment variable set to the absolute path of your Unity project.
Key features of Unity Code?
- Refreshes Unity asset database and returns compile errors
- Runs EditMode and PlayMode tests with detailed stack traces
- Handles Unity domain reload gracefully
- Supports fully autonomous AI agent development workflows
- Requires Unity 6.0 or higher
- Cross-platform code (only Windows tested)
Use cases of Unity Code?
- An AI agent creates a player controller with WASD movement and jumping, then writes and runs tests to ensure all pass.
- A developer iterates quickly by having the AI fix compilation errors and re-run tests automatically.
- Automated test execution and failure analysis in CI pipelines for Unity projects.
- AI-driven bug fixing: the agent detects test failures, analyzes logs, and applies corrections without manual input.
FAQ from Unity Code
What tools does the server provide?
Two tools: refresh_asset_database (triggers Unity compilation and returns non-compile errors) and run_tests (executes tests with comprehensive reporting for both EditMode and PlayMode).
What are the prerequisites?
Unity 6.0 or higher, the Rust toolchain (to build from source), and CMake with a C compiler (for building dependencies). A pre-built binary is available for Windows.
Which platforms are supported?
The code is cross-platform, but only Windows has been built and tested.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论