iTerm MCP Server

read_terminal_output

Reads the output from the active iTerm terminal

Input Schema

NameRequiredDescriptionDefault
linesOfOutputYesThe number of lines of output to read.

Input Schema (JSON Schema)

{ "properties": { "linesOfOutput": { "description": "The number of lines of output to read.", "type": "number" } }, "required": [ "linesOfOutput" ], "type": "object" }