unity_code_mcp

hackerzhuli/unity_code_mcp
★ 13 stars Rust 💻 Code/Dev Tools Updated 24d ago
Unity Code MCP is a MCP server that enables AI agents to work on Unity project autonomously, by providing tools to compile code and run tests in Unity Editor.
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": {
    "unity_code_mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "unity_code_mcp"
      ]
    }
  }
}

Topics

aigamemcpunity