← Index

io.github.ohvenkat/hostinger-ssh-mcp

io.github.ohvenkat/hostinger-ssh-mcp·v1.0.2·Other
Quality Score
85
/100

MCP server for connecting Claude Code to a Hostinger VPS via SSH

§01  Install
Claude Desktop (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": "<your-vps_pass>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hostinger-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hostinger-ssh-mcp"
      ],
      "env": {
        "VPS_HOST": "<vps_host>",
        "VPS_USER": "<vps_user>",
        "VPS_PASS": "<your-vps_pass>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hostinger-ssh-mcp
§02  Environment variables
VPS_HOST
required

Your Hostinger VPS IP address

VPS_USER
required

Your VPS SSH username (usually root)

VPS_PASS
requiredsecret

Your VPS SSH password

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other