Y
Yuzemcptool
by @Yuze075
YuzeMcpTool is a Unity MCP service for AI agents. It exposes one MCP tool, evalJsCode, so an agent can run JavaScript inside Unity through PuerTS and use helper modules to inspect or operate the Editor, scenes, assets, runtime objects, tests, builds, and project-specific C# APIs.
Created 5/1/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Yuze075/YuzeMcpTool
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"yuze075-yuzemcptool": {
"command": "git",
"args": [
"clone",
"https://github.com/Yuze075/YuzeMcpTool"
]
}
}
}