unity-mcp

mitchchristow/unity-mcp
★ 6 stars C# 🤖 AI/LLM Updated 3mo ago
MCP server enabling AI assistants to control Unity Editor via natural language. Create scenes, write scripts, manipulate GameObjects, configure physics, build players, all through conversation. 80 tools, 42 resources, real-time events.
View on GitHub → Try with Claude — $10 free →

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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mitchchristow/unity-mcp"
      ]
    }
  }
}