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 hopConfiguration
{
"mcpServers": {
"hop": {
"command": "npx",
"args": ["-y", "hop"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes