command line

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.

command line
0
View on GitHub

Installation

npx -y ferrislucas/iterm-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/ferrislucas/iterm-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub