Skip to content
Cursor

iterminal for Cursor

io.github.itophua/iterminal

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

client:Cursor transport:stdio runtime:npm

Install iterminal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iterminal in other clients