OlympHill
mcp-unity logo

mcp-unityThis server MCP connette gli assistenti di codifica AI direttamente all'editor del gioco Unity. Potete costruire scenari, spostare oggetti, modificare materiali e eseguire test semplicemente digitando istruzioni, il che salva tempo e migliora la produttività.

(0)
Daniel NikulshynRecensito da Daniel Nikulshyn·Aggiornato luglio 2026

Panoramica

MCP Unity è un ponte tra Unity e un server Node.js che implementa il protocollo Model Context (MCP), consentendo agli assistenti di codifica AI di interagire con i progetti di Unity. Consente agli utenti di costruire scenari, spostare oggetti, modificare materiali e eseguire test digitando istruzioni, il che può risparmiare tempo e migliorare la produttività. MCP Unity supporta l'integrazione con vari assistenti di codifica AI come Cursor, Windsurf e Claude Code. Lo strumento fornisce funzionalità come integrazione dell'IDE, accesso al cache di pacchetti e strumenti del server MCP per manipolare e interrogare scenari e GameObject Unity.

Funzionalità chiave

  • Integrazione dell'IDE
  • Accesso al cache di pacchetti
  • eseguire_menu_item
  • selezionare_gameobject
  • aggiornare_gameobject
  • aggiornare_componente

Prezzi

Modello
Free
Categoria
Server MCP
Valutazione
Nessuna recensione

Casi d’uso

Sviluppo di giochi

MCP Unity può essere utilizzato per accelerare lo sviluppo dei giochi consentendo ai sviluppatori di interagire con l'Editor di Unity usando istruzioni di testo, riducendo la necessità di navigazione manuale e clic

Codifica assistita da AI

MCP Unity consente agli assistenti di codifica AI di eseguire operazioni all'interno dell'Editor di Unity, rendendo più facile automatizzare compiti ripetitivi e migliorare la produttività

Pro & contro

Pro

  • Migliora l'intelligenza delle chiavi per i pacchetti di Unity
  • Affidabile l'autocomplete e le informazioni sui tipi per i pacchetti di Unity
  • Consente agli assistenti di codifica AI di eseguire operazioni all'interno dell'Editor di Unity
  • Spara tempo consentendo agli utenti di interagire con i progetti di Unity usando istruzioni di testo

Contro

  • Informazioni limitate sulla compatibilità con tutti gli assistenti di codifica AI
  • Dipendente dall'implementazione del server Node.js del protocollo MCP

Recensioni

Accedi per lasciare una recensione.

Nessuna recensione. Sii il primo!

Domande e risposte

Why do some clients fail with KeyError: 'position' during tool initialization?

Some MCP clients may fail while parsing tool schemas when they contain local JSON pointer references such as #/properties/position. MCP Unity avoids this by registering transform tool inputs (set_transform, move_gameobject, rotate_gameobject, scale_gameobject) with fresh nested vector schemas per field, so the generated schema does not rely on local #/properties/... references. If you still see this error: update your MCP client to the latest version, rebuild the Node server (cd Server~ && npm run build), confirm your package version includes this compatibility fix.

Asked by Winifred Adeyemi · Jul 31, 2026

Why do I get a connection failed error when running Play Mode tests?

The run_tests tool returns the following response: Error: Connection failed: Unknown error This error occurs because the bridge connection is lost when the domain reloads upon switching to Play Mode. The workaround is to turn off Reload Domain in Edit > Project Settings > Editor > "Enter Play Mode Settings".

Asked by Rania Nasser · Jul 27, 2026

Why won't the MCP Unity server start?

Check the Unity Console for error messages Ensure Node.js is properly installed and accessible in your PATH Verify that all dependencies are installed in the Server directory

Asked by Frank Müller · Jul 24, 2026

Why am I unable to connect to MCP Unity?

Ensure the WebSocket server is running (check the Server Window in Unity) Send a console log message from MCP client to force a reconnection between MCP client and Unity server Change the port number in the Unity Editor MCP Server window. (Tools > MCP Unity > Server Window)

Asked by Valentina Marino · May 28, 2026

Is MCP Unity free to use?

Yes, MCP Unity is an open-source project distributed under the MIT License. You are free to use, modify, and distribute it according to the license terms.

Asked by Sanjay Gupta · Apr 27, 2026

Fai una domanda

Alternative a Server MCP