Loading MCP server directory, please wait...
MCP server for connecting Claude Code to a Hostinger VPS via SSH
npx @getmcp/cli add io.github.ohvenkat/hostinger-ssh-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VPS_HOSTYour Hostinger VPS IP address
VPS_USERYour VPS SSH username (usually root)
VPS_PASSYour VPS SSH password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ohvenkat/hostinger-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"hostinger-ssh-mcp"
],
"env": {
"VPS_HOST": "",
"VPS_USER": "",
"VPS_PASS": ""
}
}
}
}