nikolausm/unity-mcp-server
3.1
If you are the rightful owner of unity-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Unity MCP Server is designed to integrate Unity with Claude, providing a seamless workflow for managing Unity projects.
Unity MCP Server
Ein MCP (Model Context Protocol) Server für die Integration von Unity mit Claude.
Features
- unity_list_projects: Listet alle Unity-Projekte in einem Verzeichnis auf
- unity_create_project: Erstellt ein neues Unity-Projekt
- unity_open_project: Öffnet ein Unity-Projekt
- unity_list_installed_versions: Zeigt alle installierten Unity-Versionen
- unity_create_script: Erstellt C#-Skripte in Unity-Projekten
- unity_build_project: Baut Unity-Projekte
Installation
- Dependencies installieren:
npm install
- In Claude Desktop konfigurieren: Füge folgende Konfiguration zu deiner Claude Desktop config hinzu:
{
"unity": {
"command": "node",
"args": ["/Users/michaelnikolaus/unity-mcp-server/index.js"],
"env": {}
}
}
Verwendung
Nach der Installation kannst du die Unity-Tools in Claude verwenden:
- Projekte finden:
unity_list_projects
- Neues Projekt:
unity_create_project
mit Name und Pfad - Projekt öffnen:
unity_open_project
mit Projektpfad - Script erstellen:
unity_create_script
für neue C#-Skripte - Projekt bauen:
unity_build_project
für Builds
Voraussetzungen
- Unity Hub installiert
- Mindestens eine Unity-Version installiert
- macOS (für andere Plattformen müssen Pfade angepasst werden)
Author
Michael Nikolaus (Minicon eG)