@codergamester/mcp-unity

by codergamester · v1.0.0 · prompt

MCP Unity exposes Unity Editor capabilities to MCP-enabled clients (Cursor, Windsurf, Claude Code, Codex CLI, GitHub Copilot) through a two-tier architecture:

Install

Add @codergamester/mcp-unity to Claude Code with the PolySkill CLI: polyskill add @codergamester/mcp-unity

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview MCP Unity exposes Unity Editor capabilities to MCP-enabled clients (Cursor, Windsurf, Claude Code, Codex CLI, GitHub Copilot) through a two-tier architecture: - **Unity Editor (C#)**: WebSocket server inside Unity that executes tools/resources - **Node.js Server (TypeScript)**: MCP stdio server that bridges AI clients to Unity via WebSocket **Data flow**: MCP Client ⇄ (stdio) ⇄ Node Server (`Server~/src/index.ts`) ⇄ (WebSocket) ⇄ Unity Editor (`Editor/UnityBri…

Keywords: github, unity-editor, mcp-integration, game-development, ai-coding-assistant, cursor-integration, windsurf, claude-code, codex-cli