UnityCodeMCPServer

Signal-Loop/UnityCodeMCPServer
★ 11 stars C# 🤖 AI/LLM Updated 10d ago
Unity Code MCP Server is a powerful tool for the Unity Editor that gives AI Agents ability to perform any action using Unity Editor API. This includes scripts, scenes, prefabs, assets, configuration changes, and more.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unitycodemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Signal-Loop/UnityCodeMCPServer"
      ]
    }
  }
}

Topics

aiai-agentsgame-developmentgamedevmcpmcp-serverunity