Skip to main content
Glama

MCP Server for Unity

by zabaglione

setup_unity_bridge

Installs or updates Unity MCP bridge scripts in a Unity project, enabling direct interaction with Unity assets and scripts, even without an active Unity server.

Instructions

Install/update Unity MCP bridge scripts to a Unity project (works even if Unity server is not running)

Input Schema

NameRequiredDescriptionDefault
forceUpdateNoForce update even if scripts are up to date
projectPathYesPath to the Unity project

Input Schema (JSON Schema)

{ "properties": { "forceUpdate": { "default": false, "description": "Force update even if scripts are up to date", "type": "boolean" }, "projectPath": { "description": "Path to the Unity project", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zabaglione/mcp-server-unity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server