MCP.so
登录

Unity MCP Server

@nikolausm

关于 Unity MCP Server

MCP (Model Context Protocol) server for Unity Engine integration with Claude

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

nikolausm

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Unity MCP Server?

It is an MCP (Model Context Protocol) server that integrates Unity with Claude, enabling users to manage Unity projects, create scripts, and build projects through natural language commands.

How to use Unity MCP Server?

After installing dependencies via npm install, add the server configuration to your Claude Desktop config JSON (command: node, args pointing to index.js). Then invoke tools such as unity_list_projects, unity_create_project, unity_open_project, unity_create_script, and unity_build_project directly in Claude.

Key features of Unity MCP Server

  • unity_list_projects – list all Unity projects in a directory
  • unity_create_project – create a new Unity project
  • unity_open_project – open an existing Unity project
  • unity_list_installed_versions – show all installed Unity versions
  • unity_create_script – create C# scripts in Unity projects
  • unity_build_project – build Unity projects

Use cases of Unity MCP Server

  • List all Unity projects in a directory to find the right one
  • Create a new Unity project with a name and path via Claude
  • Open a specific Unity project by providing its path
  • Generate C# scripts inside a Unity project without leaving the chat
  • Build a Unity project and trigger the build process from Claude

FAQ from Unity MCP Server

Does the server work on Windows or Linux?

The README specifies macOS as the supported platform; for other platforms paths must be adjusted manually.

What are the prerequisites for using Unity MCP Server?

You need Unity Hub installed, at least one Unity version installed, and macOS (with optional path adjustments for other operating systems).

How do I configure the server in Claude Desktop?

Add a JSON entry to your Claude Desktop config with "command": "node" and "args": ["/path/to/index.js"].

What commands are available after installation?

The server exposes six tools: unity_list_projects, unity_create_project, unity_open_project, unity_list_installed_versions, unity_create_script, and unity_build_project.

Does the server require Unity Editor to be running?

The README does not state that Unity Editor must be running, only that Unity Hub and at least one Unity version are installed.

评论

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