Enables AI coding agents to interact with Unity projects.
Sponsored
Yamu is an experimental server designed to bridge AI coding agents with Unity development environments. It serves as a proof-of-concept, showcasing how AI agents like Claude Code or Gemini CLI can autonomously navigate the edit-compile-debug cycle within Unity projects by providing essential compilation feedback and test execution capabilities through a minimal Model Context Protocol (MCP) server.
Key Features
0111 GitHub stars
02Provides detailed reporting for Unity Test Runner results
03Executes Unity Test Runner tests (EditMode and PlayMode) with real-time status monitoring
04Triggers Unity Editor compilation and returns results, including errors
Use Cases
01Automating Unity development tasks for AI coding agents
02Enabling AI agents to perform autonomous edit-compile-debug cycles in Unity
03Providing compilation feedback and test results to AI coding agents