iterm-mcp
A Model Context Protocol server that provides access to your iTerm session, allowing AI models to interact with the terminal.
Features
- Efficient Token Use: Inspects only the output the model needs, reducing token consumption.
- Natural Integration: Shares iTerm with the model for direct interaction and task delegation.
- Full Terminal Control and REPL support: Supports REPL interaction and control character sending.
- Easy on the Dependencies: Minimal dependencies, runnable via npx, easy to integrate with MCP clients.
Tools
write_to_terminal
- Writes commands to iTerm, returning the number of output lines.read_terminal_output
- Reads specified lines from iTerm.send_control_character
- Sends control characters to iTerm.