Hostinger

by hostinger

119 stars
881 downloads
Not rated
GitHub Website

About

Deploy and manage your websites directly from your IDE by connecting your Hostinger account. Handle websites, domains, DNS, VPS, ecommerce, email marketing, and billing in one place.

Details

Author
hostinger
GitHub stars
119
Downloads
881
Categories
Developer Tools, API

- 202 tools covering billing, DNS, domains, e‑commerce, horizons, hosting, reach, VPS, and WordPress
- Supports API token‑based (headless) and OAuth 2.0 with PKCE authentication
- OAuth credentials stored locally and shared across all Hostinger MCP binaries
- Two transport modes: stdio (default) and HTTP streaming (--http)
- Runs on Node.js 24 or higher; installable globally via npm, yarn, or pnpm

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Hostinger
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally with npm install -g hostinger-api-mcp (or yarn/pnpm). Choose one of the provided binaries (e.g. hostinger-api-mcp for all 202 tools, or a focused binary like hostinger-dns-mcp). Configure authentication via the HOSTINGER_API_TOKEN environment variable or let OAuth 2.0 with PKCE handle sign‑in interactively. Then add the server to your MCP client’s JSON configuration (for example, in Claude or Cursor) and start calling tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "hostinger": {
            "hostinger-api": {
                "command": "hostinger-api-mcp",
                "env": {
                    "DEBUG": "false",
                    "HOSTINGER_API_TOKEN": "YOUR_API_TOKEN"
                }
            }
        }
    }
}

McpServers

{
    "hostinger-api": {
        "command": "hostinger-api-mcp",
        "env": {
            "DEBUG": "false",
            "HOSTINGER_API_TOKEN": "YOUR_API_TOKEN"
        }
    }
}

hostinger-api-mcp

Model Context Protocol (MCP) server for Hostinger API.

Prerequisites

- Node.js version 24 or higher

If you don't have Node.js installed, you can download it from the official website.
Alternatively, you can use a package manager like Homebrew (for macOS) or Chocolatey (for Windows) to install Node.js.

We recommend using NVM (Node Version Manager) to install and manage installed Node.js versions.
After installing NVM, you can install Node.js with the following command:

nvm install v24
nvm use v24

Installation

To install the MCP server, run one of the following command, depending on your package manager:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.