Unity-MCP-Vibe

jlceaser/Unity-MCP-Vibe
★ 4 stars C# 🤖 AI/LLM Updated 1mo ago
A production-ready Model Context Protocol (MCP) server for Unity. Expanded with 100+ advanced handlers for URP, Physics, Asset Management, and Agentic Workflows. Battle-tested.
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-vibe": {
      "command": "npx",
      "args": [
        "-y",
        "jlceaser/Unity-MCP-Vibe"
      ]
    }
  }
}