Skip to main content

iterm-mcp

by ferrislucasยท AI & ML
โญ 533

A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance

npx @mcphunter/cli add iterm-mcp

Install

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "iterm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ferrislucas/iterm-mcp"
      ]
    }
  }
}

Works Well With

Other MCP servers developers commonly pair with iterm-mcp

About

A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance

aiclaudeclaude-aimcpmcp-serverrepl