Labsco
dunward logo

Unity MCP Template

โ˜… 10

from dunward

A template project demonstrating interaction between a TypeScript-based MCP server and a Unity client.

๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Unity MCP Template

mcp-template-ezgif com-resize

This is a simple example project demonstrating interaction between a TypeScript-based MCP server and Unity. You can build and configure your own tools to expand and develop further.

Create more tools your own!

TODO List

  • Enable Unity to send result messages to MCP
  • Discussion here Change TCP structure (currently implemented with client-server reversed due to a bug in the TypeScript SDK)
    • Unity (Current : TCP Server, TODO : TCP Client)
    • MCP (Current : TCP Client, TODO : TCP Server)