Yamu (Unity Editor)

Enables Unity Editor compilation feedback through HTTP server integration, providing tools to trigger compilation, monitor build s

keijiro 33
Claude CodeClaude DesktopGeneric
View source ↗

This MCP server enables AI coding agents to autonomously iterate through edit-compile-debug cycles in Unity development by providing compilation feedback mechanisms through a C# HTTP server running in the Unity Editor and a Node.js MCP bridge. Built by Keijiro Takahashi as a proof-of-concept for macOS, it offers two core tools: compile_and_wait which triggers Unity Editor compilation and waits for completion, and get_errors which retrieves compilation errors from the last build. The implementation features real-time compilation status monitoring, error collection with file/line details, and polling-based completion detection, making it valuable for AI agents that need to write Unity C# code, test compilation results, and automatically fix errors without manual Unity Editor interaction.

Source

Repository: https://github.com/keijiro/yamu

Maintain Yamu (Unity Editor)?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Yamu (Unity Editor) on getagentictools](https://getagentictools.com/mcp/keijiro-yamu?ref=badge)