write_to_terminal
- Writes to the active iTerm terminal, often used to run a command. Returns the number of lines of output produced by the command.read_terminal_output
- Reads the requested number of lines from the active iTerm terminal.send_control_character
- Sends a control character to the active iTerm terminal.

iterm-mcp
A Model Context Protocol server that provides access to your iTerm session.
Tools
JSON Config
{
"mcpServers": {
"iterm-mcp": {
"command": "npx",
"args": ["-y", "iterm-mcp"]
}
}
}
Information
- Author@ferrislucas
- Published date2025/06/19