unity-mcpMCP Server44/100 via “mcp protocol bridge for unity editor command execution”
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 a three-tier MCP bridge with pluggable transport layers (HTTP/SSE, stdio, WebSocket) and session-aware instance management, allowing a single Python server to coordinate commands across multiple Unity Editor instances with automatic client discovery and configuration
vs others: Supports multiple concurrent Unity projects and AI clients simultaneously through centralized session management, whereas most Unity-AI integrations are single-instance or require separate server processes per project