SSH MCP Server for Claude Desktop
io.github.hypnosis/ssh-mcp-server
Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.
client:Claude Desktop
transport:stdio
runtime:npm
Install SSH MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ssh-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/ssh-mcp-server"
],
"env": {
"SSH_PROFILES_FILE": "<SSH_PROFILES_FILE>",
"SSH_MCP_LOG_LEVEL": "<SSH_MCP_LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs