# gnachman/iTerm2 | Model Context Protocol (MCP) Server > iTerm2 is a terminal emulator for Mac OS X that does amazing things. - **Stars**: ⭐ 17,919 - **Language**: Objective-C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "iTerm2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iTerm2" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "iTerm2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iTerm2" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-iTerm2` - **Docker**: `docker run -i --rm mcp/iTerm2`