Skip to main content
Coding AgentsUnknown

ferrislucas/iterm-mcp

A Model Context Protocol server that provides access to iTerm. You can run commands and ask questions about what you see in the iTerm terminal.

coding-agents
Share:

Quick Start

Clone the repository:

git clone https://github.com/ferrislucas/iterm-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Unknown
Author
ferrislucas