MCP.so
登录
U

Unity MCP

@Artmann

关于 Unity MCP

Let Claude interact with your Unity projects.

基本信息

分类

其他

传输方式

stdio

发布者

Artmann

提交者

Christoffer Artmann

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Unity MCP?

Unity MCP is a Model Context Protocol server that connects Claude AI with Unity projects. It allows developers to list Unity projects, retrieve detailed project information, and access project structure and files directly from Claude.

How to use Unity MCP?

Install via npx unity-mcp@latest (recommended) or clone the repository locally. Add the server to your Claude Desktop configuration in claude_desktop_config.json using the "unity" key under mcpServers. Requires Unity projects configured and the Bun runtime.

Key features of Unity MCP

  • List all Unity projects
  • Get detailed project information
  • Access project structure and files

Use cases of Unity MCP

  • Inspecting Unity project metadata from Claude without opening the editor
  • Querying project file structure for AI-assisted code analysis
  • Integrating Unity project management into AI-powered development workflows

FAQ from Unity MCP

What are the runtime requirements for Unity MCP?

You need Unity with projects configured and the Bun runtime installed.

How do I install and configure Unity MCP?

Run npx unity-mcp@latest and add the server to your Claude Desktop config as shown in the README. Alternatively, clone the repo and run locally with Bun.

Where does Unity MCP output logs?

It emits logs to stderr per the MCP spec. On macOS, Claude Desktop stores them at ~/Library/Logs/Claude.

How can I debug Unity MCP?

Use the MCP Inspector by running bun run inspector from the project root; it provides a browser URL for debugging.

What file does Unity MCP need to access?

It requires access to the projects-v1.json file and proper permissions for Unity project directories.

评论

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