Productivity|Development|AI / ML|UtilitiesC#

unity-mcp

Unity MCP acts as a bridge, allowing AI assistants to interact directly with your Unity Editor via a local MCP Client.

Free
N/A rating (0 reviews)0 installs8,231 GitHub stars
UnityAIMCP

MCP for Unity bridges AI assistants (like Claude, Cursor) with your Unity Editor via the Model Context Protocol. It provides tools for managing assets, controlling scenes, editing scripts, and automating tasks within Unity.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "unity-mcp-3": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-unity-mcp-3"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.