Skip to main content
Glama
204,280 tools. Last updated 2026-06-14 23:34

"iTerm2" matching MCP tools:

  • Retrieve iTerm2 session variables (e.g., jobName, path, hostname) from active or specified sessions.
    MIT
  • Retrieve all iTerm2 profiles, including their names and GUIDs, to manage terminal configurations.
    MIT
  • Clears both the visible screen and scrollback buffer in iTerm2. Optionally specify a session UUID to target a specific session.
    MIT
  • Return the ID and name of the currently focused iTerm2 session. Use this to identify the active terminal for automation.
    MIT
  • Close a specific iTerm2 session by providing its session ID. Optionally force close without confirmation.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that provides full control over iTerm2 terminal sessions on macOS. It enables users to manage windows, tabs, and panes, run commands, read screen content, and interact with terminal sessions through Claude.
    Last updated
    18
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Automates git worktree management with iTerm2 integration for Claude Code, allowing users to create, manage, and close git worktrees in isolated environments with automatic tab handling.
    Last updated
    12
  • Lists all iTerm2 sessions with IDs, names, and MCP access status to identify which sessions can be controlled by AI tools.
    MIT
  • Execute multiple iTerm2 terminal operations sequentially in a single connection to automate workflows, manage sessions, windows, and tabs with pause controls.
    MIT
  • Retrieve visible text from an iTerm2 terminal session. Strip ANSI codes and trim blank lines to get clean terminal output.
    MIT
  • List all iTerm2 windows, tabs, and sessions, returning a tree with session IDs. Highlights the focused window, tab, and session with an asterisk.
    MIT
  • Send raw escape sequences to iTerm2 sessions. Supports Python string escapes for control codes like clear screen or cursor home.
    MIT
  • Execute a command in an iTerm2 session and wait for it to finish, then return the resulting screen output. Includes a configurable timeout and supports targeting a specific session.
    MIT
  • Execute commands in iTerm2 terminal sessions to automate terminal tasks and manage multiple sessions efficiently.
    MIT
  • Clear terminal screen in iTerm2 by sending Ctrl+L command to remove clutter and reset display for focused work.
    MIT
  • Lists iTerm2 tabs with IDs, window IDs, indices, session counts, and active status. Filter by window to manage terminal sessions efficiently.
    MIT
  • Switch to the previous tab in the current iTerm2 window to navigate between terminal sessions quickly.
    MIT
  • Read visible screen content from iTerm2 terminal sessions to monitor output or extract displayed text for analysis.
    MIT
  • Create a new tab in iTerm2 with custom profiles, window targeting, and command execution for organized terminal workflows.
    MIT
  • Split an iTerm2 session pane horizontally or vertically, with optional profile and command for the new pane.
    MIT
  • Send keyboard control characters to iTerm2 sessions, such as Ctrl-C to interrupt processes. Specify a letter (A-Z, ESC, or ]) to emulate the corresponding control key.
    MIT