A Model Context Protocol (MCP) server implementation for iTerm2 terminal integration
| Tool name | Description | Destructive? |
|---|---|---|
| open-terminal⚠ | ⚠ yes | |
| execute-command⚠ | ⚠ yes | |
| read-output | ✓ no | |
| close-terminal⚠ | ⚠ yes | |
| list-terminals⚠ | ⚠ yes |
{
"mcpServers": {
"iterm_mcp_server": {
"command": "npx",
"args": [
"-y",
"iterm_mcp_server"
]
}
}
}