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
Installation
npx -y ferrislucas/iterm-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub