Yamu

keijiro/Yamu
★ 34 stars C# 📦 Other Updated 24d ago
Yet another minimal MCP server for Unity
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yamu": {
      "command": "npx",
      "args": [
        "-y",
        "keijiro/Yamu"
      ]
    }
  }
}