Back to MCP Servers

Hop

Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts.

command-line

Installation

npx -y hop

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub

You might also like