Skip to main content
Glama

applescript-mcp

iterm_run

Execute commands directly in iTerm from macOS, with an option to run in a new window, using AppleScript integration for enhanced automation and control.

Instructions

[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" }

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