Skip to main content
Glama

MCP Server for Unity

by zabaglione

build_execute_project

Build Unity projects for specified platforms using the MCP Server for Unity. Define the target platform and output path to generate project builds efficiently.

Instructions

Build the Unity project

Input Schema

NameRequiredDescriptionDefault
outputPathYesOutput path for the build
targetYesBuild target platform

Input Schema (JSON Schema)

{ "properties": { "outputPath": { "description": "Output path for the build", "type": "string" }, "target": { "description": "Build target platform", "enum": [ "StandaloneWindows64", "StandaloneOSX", "StandaloneLinux64", "iOS", "Android", "WebGL" ], "type": "string" } }, "required": [ "target", "outputPath" ], "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