unity-mcpMCP Server56/100 Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local MCP (Model Context Protocol) Client. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Unique: Implements bidirectional serialization with automatic type mapping and component resolution, handling both built-in Unity types and custom user scripts without explicit type registration
vs others: More flexible than generic JSON serialization because it understands Unity's type system and serialization conventions, properly handling Vector3, Quaternion, and other special types