Home › Design & Media › Unity-MCP
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
Topics: Gaming
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm docker.io/ivanmurzakdev/unity-mcp-server:0.17.1
Or add to your MCP client config:
{
"mcpServers": {
"unity-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
],
"env": {
"UNITY_MCP_PORT": "<YOUR_VALUE>",
"UNITY_MCP_PLUGIN_TIMEOUT": "<YOUR_VALUE>",
"UNITY_MCP_CLIENT_TRANSPORT": "<YOUR_VALUE>"
}
}
}
}
UNITY_MCP_PORT— Client -> Server <- Plugin connection port (default: 8080)UNITY_MCP_PLUGIN_TIMEOUT— Plugin -> Server connection timeout (ms) (default: 10000)UNITY_MCP_CLIENT_TRANSPORT— Client -> Server transport type: stdio or http (default: http)
Related servers
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
mcp-unity
#️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development
godot-mcp-pro
Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and…
opgg-mcp
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports…
chess-mcp
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to…
fantasy-pl-mcp
An MCP server for real-time Fantasy Premier League data and analysis tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry