Unity-MCP Alternatives
Similar projects and alternatives to Unity-MCP
-
unity-mcp
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
-
Unity3D-Dissapearance
A terrifying first-person horror game made in unity that is story-driven and set in an atmospheric medieval world.
-
ai-series-part-34
In this tutorial repository you will learn how to make a NavMeshAgent traverse a NavMesh without using SetDestination nor the mouse to click-to-move. We'll use the keyboard to move the NavMeshAgent along the NavMesh instead, apply a configurable smoothing to the inputs so the agent doesn't abruptly swap directions and rotations.
-
runjs
The only MCP server you need: let your LLM generate and safely execute JavaScript -- including fetch API calls, JSONPath ETL, built-in resiliencey, and secrets management (by CharlieDigital)
-
-
YarnSpinner
The core compiler and engine-agnostic components for Yarn Spinner, the friendly dialogue tool.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
msbuild-graph-mcp
MCP server for pre-build MSBuild project graph analysis — dependency graphs, TFM compatibility, shared imports, configuration diffs
-
spec-coding-mcp
Transform feature ideas into production-ready code through systematic Spec-Driven Development 通过系统化的**规格驱动开发**,将功能想法转化为可投入生产的代码
-
Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Unity-MCP discussion
Unity-MCP reviews and mentions
-
AI Acceleration for Unity Game Engine
Demo video: https://youtu.be/64GOqboE9ac
I've been working on a new Unity Editor tool called Unity-MCP (Model Context Protocol). It’s a lightweight protocol designed to enable real-time communication between the Unity Editor and external tools like VS Code, AI assistants, or custom automation scripts.
Unity-MCP allows context-aware communication, so you can trigger actions, inspect scene objects, or run custom workflows from outside Unity – all over a clean, extensible TCP-based system.
I see this being super useful for:
Automating repetitive editor tasks with AI
Building live debugging or visualization tools
Connecting external interfaces like terminals or IDEs to Unity in a meaningful way
The system is modular, open-source, and designed with flexibility in mind.
GitHub: https://github.com/IvanMurzak/Unity-MCP
I’d love feedback or ideas! And if you’re working on something similar – let’s connect.
Stats
IvanMurzak/Unity-MCP is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Unity-MCP is C#.