MCP.so
登录

Unity MCP Package

@HuangChILun

关于 Unity MCP Package

An enhanced Unity package to communicate with a local MCP Client via a Python server, with extended material, particle, lighting, UI and physics features.

基本信息

分类

其他

许可证

MIT

运行时

c#

传输方式

stdio

发布者

HuangChILun

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Unity MCP Package?

A Unity package that enables bidirectional communication between Unity and Large Language Models (LLMs) via the Model Context Protocol (MCP). It acts as a bridge for sending commands and receiving responses from MCP-compliant tools, with current focus on enhanced material editing. The package is under active development with planned features including lighting effects, physics integration, and terrain enhancements.

How to use Unity MCP Package?

Install Python 3.12 or newer with uv package manager, then add the package from git URL https://github.com/HuangChILun/reavorse-mcp.git via Unity’s Package Manager. The server starts automatically when used with an MCP client like Claude Desktop or Cursor.

Key features of Unity MCP Package

  • Bidirectional communication between Unity and LLMs.
  • Programmatic asset creation, import, and manipulation.
  • Scene control: open, save, modify scenes and objects.
  • Enhanced material editing with advanced lighting and shaders.
  • Script integration: create, view, and update C# scripts.
  • Editor automation: undo, redo, play mode, and build processes.

Use cases of Unity MCP Package

  • Automate repetitive Unity Editor tasks via natural language commands.
  • Programmatically manage assets, scenes, and materials with LLM guidance.
  • Integrate AI into Unity workflows for rapid prototyping and iteration.
  • Enhance material properties and lighting without manual shader coding.

FAQ from Unity MCP Package

What are the system requirements?

Unity 2020.3 LTS or newer, Python 3.12 or newer, the uv package manager, and a URP project. Only URP projects are currently supported.

How do I troubleshoot a connection failure?

Ensure the Unity Editor is open and the MCP window is active. Verify Python and uv are correctly installed and the Unity MCP package is properly set up. Restart Unity if needed.

How to configure an MCP client?

Your MCP client (e.g., Claude Desktop, Cursor) must be configured to communicate with the Unity MCP server. Refer to the client’s documentation for MCP configuration details.

Why is the process stuck with no progress?

Close both the MCP client (e.g., Claude) and the Unity project, then reconnect to re-establish the connection.

Where can I get help or report issues?

Contact the maintainer on X at @reavorse for questions or feedback.

评论

其他 分类下的更多 MCP 服务器