MCP Directory
Back

iterm-mcp

by ferrislucas · TypeScript · ★ 552

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

#ai#claude#claude-ai#mcp#mcp-server#repl

Install

npx -y github:ferrislucas/iterm-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

A Model Context Protocol server that provides access to your iTerm session. **Efficient Token Use:** iterm-mcp gives the model the ability to inspect only the output that the model is interested in. The model typically only wants to see the last few lines of output even for long running commands. **Natural Integration:** You share iTerm with the model. You can ask questions about what's on the screen, or delegate a task to the model and watch as it performs each step. **Full Terminal Control and REPL support:** The model can start and interact with REPL's as well as send control characters…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers