Yamu

Yet another minimal MCP server for Unity

GitHub Stars

26

User Rating

Not Rated

Favorites

0

Views

1

Forks

2

Issues

0

README
Yamu

Yamu (Yet Another Minimal MCP server for Unity) is an experimental MCP
(Model Context Protocol) server that enables AI coding agents to interact with
Unity projects.

Features
  • compile_and_wait - Triggers Unity Editor compilation, waits for completion,
    and returns compilation results including any errors
  • run_tests - Executes Unity Test Runner tests (both EditMode and PlayMode)
    with real-time status monitoring and detailed result reporting
Purpose

This proof-of-concept demonstrates how AI coding agents (Claude Code, Gemini
CLI, etc.) can autonomously iterate through edit-compile-debug cycles in Unity
development when provided with these basic compilation feedback mechanisms via
MCP.

Prerequisites
  • Platform: macOS (only tested platform)
  • Node.js: Required to run the intermediate server
    brew install node
    
Installation
1. Install the Package

You can install the Yamu package (jp.keijiro.yamu) via the "Keijiro" scoped
registry using the Unity Package Manager. To add the registry to your project,
follow these instructions.

2. Add the MCP Server to the AI Agent

You can either follow the steps in yamu-mcp-setup.md manually, or let the
AI agent do it for you. For example, if you're using Gemini CLI:

You're Gemini CLI. Follow yamu-mcp-setup.md

The "You're ---" statement is important, as some AI agents don't know what they
are unless explicitly told.

Note: You’ll need to update this configuration each time you upgrade Yamu.
You can simply run the same prompt again to refresh it.

Author Information
Keijiro Takahashi
Unity Technologies JapanJapan

22,805

Followers

867

Repositories

213

Gists

0

Total Contributions

Related MCPs
UnityMCP-VRC logo

MCP Server for Unity with help for creating VRChat worlds

C#
xperience-community-mcp-server logo

ASP.NET Core MCP server for Xperience by Kentico projects

C#
unity-mcp-sharp logo

A Unity MCP server, dockerized and written in C#

C#