UnityMCP and UnityCodeMCPServer
One project is a server that enables AI assistants to interact with Unity projects, while the other is a powerful tool for the Unity Editor that gives AI Agents the ability to perform any action using the Unity Editor API; they are likely competitors, as both aim to provide AI agents with control over Unity, but through potentially different architectures or feature sets.
About UnityMCP
isuzu-shiranui/UnityMCP
Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.
Supports all three MCP handler types (commands, resources, and prompts) with automatic discovery on both C# and TypeScript sides, enabling bidirectional AI-Unity workflows. The framework uses a scalable plugin architecture where custom handlers implement well-defined interfaces and are automatically registered via reflection, with communication serialized as JSON over TCP/IP between the Unity Editor and Claude Desktop. Includes built-in installer tooling for integrating the TypeScript MCP server with Claude Desktop configuration, plus sample handlers demonstrating code execution capabilities.
About UnityCodeMCPServer
Signal-Loop/UnityCodeMCPServer
Unity Code MCP Server is a powerful tool for the Unity Editor that gives AI Agents ability to perform any action using Unity Editor API. This includes scripts, scenes, prefabs, assets, configuration changes, and more.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work