Unity-LLM 桥:MCP server 让 agent CLI 在运行中的 Unity 编辑器中编辑 VRChat 模型——场景层级、undo 事务、FBX 导入、Animator 编辑、VRCSDK 健康检查、一键导入模型 zip
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unity-vrc-mcp": {
"command": "npx",
"args": [
"-y",
"cuteandevil/unity-vrc-mcp"
]
}
}
}
Run in terminal:
claude mcp add unity-vrc-mcp npx -y cuteandevil/unity-vrc-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"unity-vrc-mcp": {
"command": "npx",
"args": [
"-y",
"cuteandevil/unity-vrc-mcp"
]
}
}
}