UnityMCP

isuzu-shiranui/UnityMCP
★ 125 stars C# 🤖 AI/LLM Updated 1mo ago
Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unitymcp": {
      "command": "npx",
      "args": [
        "-y",
        "isuzu-shiranui/UnityMCP"
      ]
    }
  }
}

Topics

csharpmodel-context-protocoltypescriptunity-editor