Skip to main content
Glama

iTerm MCP Server

by ferrislucas

write_to_terminal

Executes shell commands or writes text directly to the active iTerm terminal, enabling integration with Claude Desktop for streamlined command execution via the Model Context Protocol.

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

You must be authenticated.

Other Tools from iTerm MCP Server

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

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