iterm-mcp

ferrislucas/iterm-mcp
★ 533 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Topics

aiclaudeclaude-aimcpmcp-serverrepl