Unity MCP
@Artmann
关于 Unity MCP
Let Claude interact with your Unity projects.
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论