Hostinger

v0.1.21Cloud Servicesstable

The Hostinger MCP server enables seamless integration of Hostinger’s API with AI tools. This server exposes Hostinger API endpoints as callable tools, allowing AI models to fetch live data or perform real-time actions on hosting infrastructure.

aiapiclaudecursorhostinger
Share:
92
Stars
0
Downloads
0
Weekly
0/5

What is Hostinger?

Hostinger is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to hostinger mcp server enables seamless integration of hostinger’s api with ai tools. this server exposes hostinger api endpoints as callable tools, allowing ai models to fetch live data or perform real...

The Hostinger MCP server enables seamless integration of Hostinger’s API with AI tools. This server exposes Hostinger API endpoints as callable tools, allowing AI models to fetch live data or perform real-time actions on hosting infrastructure.

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • hosting_importWordpressWebsite
  • hosting_deployWordpressPlugin
  • hosting_deployWordpressTheme
  • hosting_deployJsApplication
  • hosting_deployStaticWebsite

Use Cases

Hosting infrastructure management
Real-time hosting data and operations
Hostinger API integration
hostinger

Maintainer

LicenseMIT License
Languagetypescript
Versionv0.1.21
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y hostinger-api-mcp

Manual Installation

npx -y hostinger-api-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Hostinger

The Hostinger API MCP server exposes Hostinger's full hosting management platform — domains, DNS, VPS, WordPress, billing, and email marketing — as 139 callable tools that AI assistants can invoke in real time. It supports both API token authentication for automation and OAuth 2.0 with PKCE for interactive sessions, making it suitable for both CI/CD pipelines and conversational management. Developers and agencies managing Hostinger hosting accounts can provision VPS instances, configure DNS records, deploy WordPress sites, and manage billing through natural language without navigating the Hostinger control panel.

Prerequisites

  • Node.js 24 or later (required — earlier versions are not supported)
  • A Hostinger account with an API token (generate in Hostinger hPanel under API settings)
  • An MCP client such as Claude Desktop, VS Code, or Cursor
1

Install Node.js 24+

The Hostinger MCP server requires Node.js 24 or later. Use nvm to install and activate it if you have an older version.

# Check current version
node --version

# Install v24 via nvm if needed
nvm install 24
nvm use 24
2

Install the Hostinger API MCP package

Install the package globally so the hostinger-api-mcp binary is available system-wide.

npm install -g hostinger-api-mcp
3

Obtain a Hostinger API token

Log in to hPanel at hpanel.hostinger.com, navigate to Account > API, and generate a new API token. Copy it — it is shown only once.

4

Configure your MCP client

Add the server to your MCP client config with your API token. The unified hostinger-api-mcp binary provides all 139 tools across billing, DNS, domains, hosting, VPS, and more.

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

Restart your MCP client and verify

Restart your MCP client, then ask it to list your Hostinger domains or VPS instances to verify the connection.

Hostinger Examples

Client configuration

Claude Desktop config for the Hostinger API MCP server using a pre-generated API token.

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

Prompts to try

Natural-language actions you can perform against your Hostinger account via the MCP server.

- "List all domains on my Hostinger account."
- "Show the current DNS records for example.com."
- "Add an A record for blog.example.com pointing to 192.0.2.1."
- "List my VPS instances and show their current status."
- "Import and deploy a WordPress website from a backup URL to my hosting plan."

Troubleshooting Hostinger

Authentication fails with 401 Unauthorized

Verify that HOSTINGER_API_TOKEN is set to the correct token value. Tokens are shown only once at creation time — if lost, generate a new one in hPanel > Account > API. Ensure there are no leading/trailing spaces in the token string.

'hostinger-api-mcp: command not found' in the MCP client

The npm global bin directory is not on PATH. Run 'npm config get prefix' to find where npm installs global binaries (add /bin to that path on Unix). Alternatively, use 'npx -y hostinger-api-mcp' as the command in your MCP config.

Node.js version error on startup

The package requires Node.js 24+. Run 'node --version' to check. Install Node 24 via nvm ('nvm install 24 && nvm use 24') or from nodejs.org, then restart your MCP client.

Frequently Asked Questions about Hostinger

What is Hostinger?

Hostinger is a Model Context Protocol (MCP) server that hostinger mcp server enables seamless integration of hostinger’s api with ai tools. this server exposes hostinger api endpoints as callable tools, allowing ai models to fetch live data or perform real-time actions on hosting infrastructure. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Hostinger?

Install via npm with the command: npx -y hostinger-api-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Hostinger?

Hostinger works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Hostinger free to use?

Yes, Hostinger is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "hostinger-api": { "command": "npx", "args": ["-y", "hostinger-api-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Hostinger?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides