unity-initial-setup

Installs unity-mcp-cli and configures Unity projects with MCP integration and AI skills.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/PMK95/GridSquad --skill unity-initial-setup-pmk95
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-initial-setup
Source: https://github.com/PMK95/GridSquad/tree/main/GridSquadUnity/.agents/skills/unity-initial-setup
Command: npx skills add https://github.com/PMK95/GridSquad --skill unity-initial-setup-pmk95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli.

What problem does it solve? Setting up a Unity project for AI-assisted development requires installing the unity-mcp-cli tool, adding the MCP plugin, configuring tools and prompts, and wiring up your AI agent — a multi-step process that is easy to get wrong without a guided reference. ## Core Features & Use Cases - CLI Installation Guidance: Walks through Node.js prerequisites and global installation of the unity-mcp-cli npm package. - Plugin and MCP Configuration: Covers installing the Unity-MCP plugin into a project and enabling all tools, prompts, and resources. - AI Agent Integration: Explains how to generate MCP configs and skill files for agents like Claude Code, Cursor, or Copilot. - Use Case: You just created a new Unity project and want your AI coding assistant to control the Editor. Follow this guide to install the plugin, configure MCP, and generate skills in minutes. ## Quick Start Ask the AI to install unity-mcp-cli globally and set up MCP integration with Claude Code for your Unity project at the given path.

Frequently Asked Questions about unity-initial-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I use unity-mcp-cli without installing it globally?▼

Yes, you can run any command without a global install by prefixing it with npx, for example npx unity-mcp-cli --help. This downloads and executes the package on demand.