Hostinger
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.
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
Maintainer
Works with
Installation
NPM
npx -y hostinger-api-mcpManual Installation
npx -y hostinger-api-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 24Install the Hostinger API MCP package
Install the package globally so the hostinger-api-mcp binary is available system-wide.
npm install -g hostinger-api-mcpObtain 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.
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"
}
}
}
}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.
Hostinger Alternatives — Similar Cloud Services Servers
Looking for alternatives to Hostinger? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
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.
Set Up Hostinger in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.