Unity API Communicator MCP Server
Related Servers
Alternatives to Unity API Communicator MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for controlling the Unity Editor from AI clients. 140+ tools for scenes, GameObjects, components, assets, Shader Graph, PlayTest DSL, screenshots with visual diff, batch operations with Undo rollback, and in-editor chat. Token-efficient plain-text protocol.3628MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents (like Claude Code, Cursor) to directly operate Unity scenes via MCP protocol, with tools for scene hierarchy, object creation/deletion, and transform modification.12 npm1ISC

glade-mcpofficial
AlicenseNot gradedqualityAmaintenanceConnect any MCP-compatible AI client (Claude Code, Cursor, Windsurf) to Unity or Godot. 300+ granular tools, an editor aware system prompt, game design document project context, script semantic search, and skill calibration.215MIT- AlicenseNot gradedqualityBmaintenanceUnity Editor MCP SDK that exposes Unity Editor capabilities as MCP tools, enabling AI assistants like Claude Code to drive Unity Editor workflows through prefab inspection, asset manipulation, and preview rendering.MIT
- FlicenseNot gradedqualityCmaintenanceAn in-editor MCP server that exposes Unity convenience tools to AI assistants, allowing them to read console logs, execute menu items, dump scene hierarchies, and take screenshots.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that connects AI assistants to Unity Editor. It enables executing menu items, manipulating GameObjects, managing scenes, creating materials, running tests, and controlling play mode, all through natural language.7 npmMIT
TDQS
Scored across 62 tools
Most tools have distinct purposes with clear resource-action pairs (e.g., asset_create vs. asset_delete, camera_capture vs. camera_screenshot), but some overlap exists, such as console_errors and console_compilation both handling error reporting, which could cause minor confusion. Overall, the descriptions help differentiate them effectively.
Tool names follow a highly consistent verb_noun pattern throughout, such as asset_create, camera_list, and gameobject_transform. There are no deviations in naming conventions, making the set predictable and easy to parse for agents.
With 62 tools, the count is excessive for a single server, leading to potential cognitive overload and inefficiency. While the domain (Unity API) is broad, the tool set feels bloated and could benefit from consolidation or modularization into sub-servers.
The tool surface provides comprehensive coverage for Unity project management, including asset handling, scene manipulation, camera controls, console logging, and game object operations. It supports full CRUD/lifecycle workflows with no apparent gaps, ensuring agents can perform complex tasks without dead ends.