Skip to main content
Glama

Unity Editor MCP Server

execute_menu_item

Performs actions in Unity Editor by triggering menu items via specified paths, enabling automation and integration with AI model clients.

Instructions

Executes a Unity menu item by path

Input Schema

NameRequiredDescriptionDefault
menuPathYesThe path to the menu item to execute (e.g. "GameObject/Create Empty")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "menuPath": { "description": "The path to the menu item to execute (e.g. \"GameObject/Create Empty\")", "type": "string" } }, "required": [ "menuPath" ], "type": "object" }

You must be authenticated.

Other Tools from Unity Editor MCP Server

Related Tools

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/CoderGamester/mcp-unity'

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