iterm-mcp, created by Ferris Lucas, is a Model Context Protocol server that provides direct access to the currently active tab in iTerm. It enables seamless execution of shell commands within the active iTerm session, bridging the gap between AI assistants and terminal operations. This implementation stands out by focusing specifically on iTerm integration, making it particularly useful for developers and system administrators who frequently work in terminal environments. It simplifies workflow automation, remote system management, and interactive scripting tasks by allowing AI systems to directly interact with the user's terminal session. The server is built with TypeScript, ensuring type safety and easy integration with other JavaScript-based tools and environments.
Writes to the active iTerm terminal, often used to run a command. Returns the number of lines of output produced by the command.
Reads the requested number of lines from the active iTerm terminal.
Sends a control character to the active iTerm terminal.
No reviews yet. Be the first to review!
Sign in to join the conversation