Skip to main content
Glama

XcodeBuildMCP

stop_mac_app

Stops a running macOS application by specifying its name or process ID, ensuring precise control over app termination on the XcodeBuildMCP server.

Instructions

Stops a running macOS application. Can stop by app name or process ID.

Input Schema

NameRequiredDescriptionDefault
appNameNoName of the application to stop (e.g., "Calculator" or "MyApp")
processIdNoProcess ID (PID) of the application to stop

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appName": { "description": "Name of the application to stop (e.g., \"Calculator\" or \"MyApp\")", "type": "string" }, "processId": { "description": "Process ID (PID) of the application to stop", "type": "number" } }, "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

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/cameroncooke/XcodeBuildMCP'

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