iTerm MCP Server

write_to_terminal

Writes text to the active iTerm terminal - often used to run a command in the terminal

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to run or text to write to the terminal

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The command to run or text to write to the terminal", "type": "string" } }, "required": [ "command" ], "type": "object" }