Odel
iterminal

iterminal

Local
@itophua4TypeScriptMITUpdated 6 days ago

MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmiterminal-mcp-serverv2.1.0

Run

npx -y iterminal-mcp-server

MCP client config

{
  "mcpServers": {
    "iterminal": {
      "command": "npx",
      "args": [
        "-y",
        "iterminal-mcp-server"
      ]
    }
  }
}