iTerm终端集成
STDIO用于iTerm2终端集成交互的MCP服务器
用于iTerm2终端集成交互的MCP服务器
A Model Context Protocol (MCP) server implementation for iTerm2 terminal integration. This server allows AI assistants to interact with iTerm2 terminals through the Model Context Protocol.
The server uses the standard MCP configuration options. No additional configuration is required.
To use this server with Cursor, add the following configuration to your ~/.cursor/mcp.json
file:
{ "mcpServers": { "terminal": { "command": "npx", "args": ["iterm_mcp_server"] } } }
open_terminal
: Open a new terminal instanceexecute_command
: Execute a command in a specific terminalread_output
: Read the output from a specific terminalclose_terminal
: Close a specific terminallist_terminals
: List all active terminals and their informationContributions are welcome! Please feel free to submit a Pull Request.
ISC
Rishab Koul