applescript-mcp

iterm_run

[iTerm terminal operations] Run a command in iTerm

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to run in iTerm
newWindowNoWhether to open in a new window (default: false)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to run in iTerm", "type": "string" }, "newWindow": { "default": false, "description": "Whether to open in a new window (default: false)", "type": "boolean" } }, "required": [ "command" ], "type": "object" }