unity-mcp-template

unity-mcp-template

3.3

If you are the rightful owner of unity-mcp-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Unity MCP Template is a project demonstrating interaction between a TypeScript-based MCP server and Unity, allowing for the creation and expansion of custom tools.

The Unity MCP Template is a simple example project designed to showcase the interaction between a TypeScript-based Model Context Protocol (MCP) server and Unity. This project serves as a foundation for developers to build and configure their own tools, expanding the capabilities of the MCP server. The project is structured to minimize version-related issues by avoiding certain packages like NewtonsoftJSON and utilizes IMGUI for the EditorWindow implementation. The MCP can be managed through the UnityMCP-ShowWindow, providing a user-friendly interface for developers. The project includes a sample MCP server that can be built and run using Node.js, and it is designed to be integrated with platforms like Claude Desktop for enhanced functionality.

Features

  • TypeScript-based MCP server integration with Unity.
  • Avoids version-related issues by not using packages like NewtonsoftJSON.
  • IMGUI-based EditorWindow implementation for better compatibility.
  • Sample MCP server build and run instructions using Node.js.
  • Integration with Claude Desktop for enhanced MCP management.