Back to Home
wondeks icon

unity-mcp

Verified Safe

by 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

Run Command
mcp run unity-mcp.server

Security 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

Stats

Interest Score39
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars15
Forks3
Last Update2025-12-06

Tags

AIUnityEditor AutomationGame DevelopmentMCP