unity-mcp
Verified Safeby wondeks
Overview
Enables AI agents (MCP clients) to interact with and perform actions within the Unity Editor, streamlining game development workflows and automating tasks.
Installation
mcp run unity-mcp.serverSecurity Notes
The server establishes a local TCP socket connection to the Unity Editor, limiting direct external network attack surface. However, the `execute_command` tool allows AI agents to trigger arbitrary Unity Editor commands (though it attempts validation by default), which could be misused for destructive operations if the AI agent is malicious or buggy. The `read_console` tool can expose internal Unity logs. The custom JSON parsing in `receive_full_response` for `content` fields might be a minor fragility point, but no direct 'eval' or malicious patterns were found. The primary risk lies in granting powerful control to an AI over the Unity Editor.
Similar Servers
unity-mcp
MCP for Unity acts as a bridge, allowing AI assistants to interact directly with the Unity Editor to manage assets, control scenes, edit scripts, and automate tasks.
cocos-mcp-server
Enables AI assistants to interact with the Cocos Creator editor through a Model Context Protocol (MCP) server, providing control over scene, node, component, asset, and project operations.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
gdai-mcp-plugin-godot
The GDAI MCP plugin enables AI to remotely control the Godot Engine editor, automating tasks like scene creation, node manipulation, script editing, and debugging.