{"id":29041864,"url":"https://github.com/codemaestroai/advanced-unity-mcp","last_synced_at":"2026-02-21T12:04:53.951Z","repository":{"id":298527899,"uuid":"1000237606","full_name":"codemaestroai/advanced-unity-mcp","owner":"codemaestroai","description":"Public repository for Advanced Unity MCP by Code Maestro (www.code-maestro.com).","archived":false,"fork":false,"pushed_at":"2025-11-06T14:48:35.000Z","size":3545,"stargazers_count":77,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-29T21:28:47.385Z","etag":null,"topics":["ai","ai-integration","game-development","mcp","mcp-server","unity"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemaestroai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-11T13:23:36.000Z","updated_at":"2026-01-13T09:52:01.000Z","dependencies_parsed_at":"2025-07-15T16:49:37.278Z","dependency_job_id":"7d8da51e-1f62-4496-a035-8f89346ccd26","html_url":"https://github.com/codemaestroai/advanced-unity-mcp","commit_stats":null,"previous_names":["codemaestroai/advanced-unity-mcp"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/codemaestroai/advanced-unity-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemaestroai%2Fadvanced-unity-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemaestroai%2Fadvanced-unity-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemaestroai%2Fadvanced-unity-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemaestroai%2Fadvanced-unity-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemaestroai","download_url":"https://codeload.github.com/codemaestroai/advanced-unity-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemaestroai%2Fadvanced-unity-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29680147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-integration","game-development","mcp","mcp-server","unity"],"created_at":"2025-06-26T15:02:57.352Z","updated_at":"2026-02-21T12:04:53.934Z","avatar_url":"https://github.com/codemaestroai.png","language":null,"funding_links":[],"categories":["Gaming","🎮 \u003ca name=\"gaming\"\u003e\u003c/a\u003eGaming","📦 Other"],"sub_categories":["Trading \u0026 Exchanges"],"readme":"# Advanced Unity MCP from Code Maestro\n\n**Control Unity with AI through natural language commands.**\n\nInstead of clicking through menus and manually setting up GameObjects, just tell your AI assistant what you want and watch it happen automatically.\n\n```\n\"Create a red material and apply it to a cube\"\n\"Build the project for Android\" \n\"Make a new scene with a camera and directional light\"\n```\n\n**Watch the video**\n\n[![Watch the video](http://img.youtube.com/vi/EwBuDHmiHMA/0.jpg)](http://www.youtube.com/watch?v=EwBuDHmiHMA \"Advanced MCP Integration for Unity - Powered by Code Maestro (Coming Soon)\")\n\n## Quick Start\n\n**1. Install the Package**\n\nUnity Package Manager → Add package from git URL:\n```\nhttps://github.com/codemaestroai/advanced-unity-mcp.git\n```\n\n**2. Connect Your AI**\n- Go to `Code Maestro \u003e MCP Dashboard` in Unity\n- Click **Configure** next to your preferred MCP client\n- Start giving commands!\n\n**Supported MCP Clients:** Code Maestro, GitHub Copilot, Cursor, Windsurf, Claude Code and any other MCP-capable copilot.\n\n## What Unity MCP Can Do\n\n**Core Editor Control** - Play/pause/stop game, execute menu items, read/clear console messages  \n**Asset \u0026 Scene Management** - Create/modify/delete materials, prefabs, scripts, manage scenes and GameObjects  \n**Build \u0026 Platform Tools** - Build settings, platform switching, Android Debug Bridge operations  \n**Project Configuration** - Unity packages, project settings, PlayerPrefs, external tools  \n**Performance Analysis** - Unity Profiler control for performance bottlenecks  \n\n## Examples\n\n- `\"Check the console for any errors\"`\n- `\"Create a script called PlayerMovement with WASD controls\"`\n- `\"Switch the build target to iOS\"`\n- `\"Add a rigidbody component to the selected object\"`\n- `\"Create a new material with metallic properties\"`\n- `\"Save the current GameObject as a prefab\"`\n- `\"Clear all console messages and check for warnings\"`\n\n## How It Works\n\nUnity MCP bridges your Unity Editor with AI assistants using the Model Context Protocol. Two components work together:\n\n- **Bridge Server** - Runs in Unity Editor, provides API access\n- **Relay Server** - Handles communication with MCP clients\n\nThe setup is automatic once you install the package and configure your MCP client.\n\n## Requirements\n\n- Unity 2021 and newer\n- MCP Client (Such as GitHub Copilot or Cursor)\n\n---\n\n**Made by [Code Maestro](https://www.code-maestro.com) • [Join our Discord](https://discord.gg/bsFRAqATXz) • [Report Issues](https://github.com/codemaestroai/advanced-unity-mcp/issues)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemaestroai%2Fadvanced-unity-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemaestroai%2Fadvanced-unity-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemaestroai%2Fadvanced-unity-mcp/lists"}