Skip to main content
Glama

applescript-mcp

system_quit_app

Quit macOS applications by specifying the application name. Optionally force quit unresponsive apps using the Applescript MCP server integration for system control.

Instructions

[System control and information] Quit an application

Input Schema

NameRequiredDescriptionDefault
forceNoForce quit if true
nameYesApplication name

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force quit if true", "type": "boolean" }, "name": { "description": "Application name", "type": "string" } }, "required": [ "name" ], "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/joshrutkowski/applescript-mcp'

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