Skip to content
Cursor

hostinger ssh mcp for Cursor

io.github.ohvenkat/hostinger-ssh-mcp

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

client:Cursor transport:stdio runtime:npm

Install hostinger ssh mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hostinger-ssh-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hostinger-ssh-mcp"
      ],
      "env": {
        "VPS_HOST": "<VPS_HOST>",
        "VPS_USER": "<VPS_USER>",
        "VPS_PASS": "<VPS_PASS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hostinger ssh mcp in other clients