Skip to main content
Glama

launch_mac_app

Launch macOS applications directly by specifying the app's full path using the appPath parameter. Supports additional arguments for custom configurations on the sl-test MCP server.

Instructions

Launches a macOS application. IMPORTANT: You MUST provide the appPath parameter. Example: launch_mac_app({ appPath: '/path/to/your/app.app' }) Note: In some environments, this tool may be prefixed as mcp0_launch_macos_app.

Input Schema

NameRequiredDescriptionDefault
appPathYesPath to the macOS .app bundle to launch (full path to the .app directory)
argsNoAdditional arguments to pass to the app

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appPath": { "description": "Path to the macOS .app bundle to launch (full path to the .app directory)", "type": "string" }, "args": { "description": "Additional arguments to pass to the app", "items": { "type": "string" }, "type": "array" } }, "required": [ "appPath" ], "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/SampsonKY/XcodeBuildMCP'

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