MCP.so
登录

Model Context Protocol (MCP) Server for Unity

@folkward99

关于 Model Context Protocol (MCP) Server for Unity

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

c#

传输方式

stdio

发布者

folkward99

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Model Context Protocol (MCP) Server for Unity?

A Unity package that connects Unity with AI assistants (Claude, Cursor AI, and Windsurf) through the Model Context Protocol. It enables AI services to access Unity Console messages, project assets, scene hierarchy, and inspector properties.

How to use Model Context Protocol (MCP) Server for Unity?

Install via Unity Package Manager using the Git URL https://github.com/folkward99/mcp-server.git or manually by copying to the Packages folder. Open the MCP Server window (Window > MCP > Server), configure API keys for the desired AI services, start the server, and connect your AI assistant to the provided endpoint.

Key features of Model Context Protocol (MCP) Server for Unity

  • Connects Unity with Claude, Cursor AI, and Windsurf
  • Exposes Unity Console (errors, warnings, logs)
  • Provides access to Project Browser assets
  • Reads Scene Hierarchy (GameObjects)
  • Inspects properties via the Inspector
  • Configurable port, update frequency, and log level

Use cases of Model Context Protocol (MCP) Server for Unity

  • Enable Claude AI to debug Unity errors by reading console logs
  • Allow Cursor AI to browse and modify project assets
  • Let Windsurf inspect and manipulate scene objects and their properties
  • Provide real-time Unity state to AI assistants for automated testing or scripting

FAQ from Model Context Protocol (MCP) Server for Unity

What AI assistants does the server support?

Claude AI, Cursor AI, and Windsurf.

How do I get API keys?

For Claude AI, visit console.anthropic.com; for Cursor AI, cursor.sh; for Windsurf, windsurf.ai.

What Unity data can AI assistants access?

Unity Console messages, Project Browser assets, Scene Hierarchy GameObjects, and Inspector properties.

What are the default server settings?

Port defaults to 8080; update frequency and log level are configurable in seconds and detail level respectively.

How is the server started?

Open Window > MCP > Server, configure API keys, and click Start. The endpoint is then available for AI assistant connection.

评论

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