Productivity|Development|Communication|UtilitiesJavaScript

electerm

A versatile terminal client supporting multiple protocols including SSH, SFTP, FTP, Telnet, Serial Port, RDP, VNC, and Spice.

Free
N/A rating (0 reviews)0 installs13,848 GitHub stars
terminalsshsftpftpcross-platform

Electerm is a cross-platform terminal client that allows users to connect to various services using different protocols. It is designed for Linux, macOS, and Windows, providing a unified interface for managing remote connections.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "electerm": {
      "args": [
        "-y",
        "electerm"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.