unity-mcp

CoplayDev/unity-mcp
★ 7,015 stars C# 🤖 AI/LLM Updated 1mo ago
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local MCP (Model Context Protocol) Client. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CoplayDev/unity-mcp"
      ]
    }
  }
}

Topics

aiai-integrationanthropicclaudecopilotcursorgame-developmentgamedevgeminillmmcpmodel-context-protocolopenaiunityunity3d