hostinger ssh mcp for Claude Desktop
io.github.ohvenkat/hostinger-ssh-mcp
MCP server for connecting Claude Code to a Hostinger VPS via SSH
client:Claude Desktop
transport:stdio
runtime:npm
Install hostinger ssh mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hostinger-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"hostinger-ssh-mcp"
],
"env": {
"VPS_HOST": "<VPS_HOST>",
"VPS_USER": "<VPS_USER>",
"VPS_PASS": "<VPS_PASS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs