MCP server for multi-host SSH connections, manage and execute commands on multiple remote servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-multi-ssh": {
"command": "npx",
"args": [
"-y",
"hl9020/mcp-multi-ssh"
]
}
}
}
Run in terminal:
claude mcp add mcp-multi-ssh npx -y hl9020/mcp-multi-ssh
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-multi-ssh": {
"command": "npx",
"args": [
"-y",
"hl9020/mcp-multi-ssh"
]
}
}
}