Unity MCP Server
@nikolausm
About Unity MCP Server
MCP (Model Context Protocol) server for Unity Engine integration with Claude
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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 directoryunity_create_project– create a new Unity projectunity_open_project– open an existing Unity projectunity_list_installed_versions– show all installed Unity versionsunity_create_script– create C# scripts in Unity projectsunity_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.
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments