Skip to main content
Glama

iTerm MCP

by lite

write_to_terminal

Executes commands or writes text directly to the active iTerm terminal session, enabling automation of tasks through terminal inputs.

Instructions

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

Other Tools from iTerm MCP

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/lite/iterm-mcp'

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