#242 · Primary category: AI Coding Assistants
mcp-unity
Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Project last updated:08/26/26
GitHub Stars
1.9K
Forks
238
Contributors
32
License
MIT
Why we included this project
Game developers who already lean on AI coding assistants know the frustration of hitting a wall the moment the work moves into the Unity Editor itself. This plugin changes that by exposing the editor as Model Context Protocol tools that agents such as Claude Code, Cursor, Codex, or Windsurf can call directly. Instead of manually dragging GameObjects around or patching prefabs by hand, the assistant can query the scene hierarchy, create and load scenes, add components like Rigidbody with values already set, install packages through the Package Manager, run the Test Runner, and read console logs. That range covers the repetitive glue work of everyday editor sessions, from selecting objects in the hierarchy to creating prefabs from MonoBehaviour scripts. For solo developers and small teams shipping Unity games, it turns an LLM into an active collaborator inside the engine rather than a code generator working on the side.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.