MCP.so
登录

Unity MCP Server (C#)

@NoSpoonLab

关于 Unity MCP Server (C#)

Unity MCP server, providing a bridge between the Unity Editor and external Large Language Models (LLMs) or cloud-based AI agents.

基本信息

分类

其他

许可证

MIT license

运行时

c#

传输方式

stdio

发布者

NoSpoonLab

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Unity MCP Server (C#)?

Unity MCP Server (C#) is a Model Context Protocol (MCP) server that bridges the Unity Editor with external Large Language Models (LLMs) or cloud-based AI agents. It is fully implemented in C# and enables real-time automation, remote control, and intelligent interaction with Unity projects.

How to use Unity MCP Server (C#)?

The README does not provide specific installation or configuration commands. The server runs within the Unity Editor and listens for incoming MCP-formatted messages from clients such as LLMs, scripts, or cloud agents.

Key features of Unity MCP Server (C#)

  • C# server implementation for easy Unity integration
  • Bridges Unity Editor with LLMs or cloud services
  • Supports real-time automation of editor tasks
  • Built on the extensible Model Context Protocol

Use cases of Unity MCP Server (C#)

  • Procedural content generation
  • Automated scene setup
  • AI-driven testing
  • Remote Unity control

FAQ from Unity MCP Server (C#)

What is the Unity MCP Server (C#)?

It is an MCP server that enables seamless communication between the Unity Editor and external LLMs or cloud-based AI agents, allowing for real-time automation and intelligent interaction.

How does the Unity MCP Server (C#) work?

It uses a server-client architecture: the C# server listens for connections, interprets MCP-formatted messages, and executes commands in the Unity Editor. Communication is bi-directional, supporting responses and events.

What are the key features of the Unity MCP Server (C#)?

Key features include a C# backend, an MCP bridge for AI interaction, real-time automation of editor tasks, scene manipulation, and asset management, all built on an extensible protocol.

What is the Unity MCP Server (C#) based on?

This project is inspired by the original unity-mcp by justinpbarnett, available at https://github.com/justinpbarnett/unity-mcp/.

评论

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