> For the complete documentation index, see [llms.txt](https://docs.hostinger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostinger.com/hostinger-connector/overview.md).

# Overview

**Hostinger Connector** is an official Hostinger extension for your code editor that lets you deploy, monitor, and manage Hostinger services without leaving your code. It connects your AI assistant (such as GitHub Copilot, Cursor, or Windsurf) directly to your Hostinger account, so you can manage websites, domains, VPS, and more using natural-language prompts.

Instead of switching to hPanel, you can simply ask your assistant:

* *"Deploy my Node.js app to Hostinger"*
* *"List all my Hostinger domains"*
* *"Add a DNS record pointing blog.mydomain.com to my server"*
* *"Show the build logs for my latest deployment"*

## What you can do

Once connected, your AI assistant gets access to 100+ Hostinger tools across these product areas:

| Product area                 | Capabilities                                                                                                               |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Websites**                 | Deploy static sites, Node.js apps, WordPress sites, plugins, and themes; list deployments; view build logs; manage caching |
| **Domains**                  | Search and register domains, manage forwarding, domain lock, WHOIS profiles, and verification                              |
| **DNS**                      | Create, update, and delete DNS records; take and restore DNS snapshots                                                     |
| **Subscriptions & Payments** | View subscriptions, manage auto-renewal, list payment methods                                                              |
| **Email Marketing**          | Manage contacts, groups, and segments in Hostinger Reach                                                                   |
| **Ecommerce**                | Manage stores, products, and sales channels                                                                                |
| **VPS**                      | Start, stop, and restart virtual machines; manage firewalls, SSH keys, snapshots, and metrics                              |

## Supported editors and tools

Hostinger Connector works with:

| Editor / tool                  | AI assistant   |
| ------------------------------ | -------------- |
| **Visual Studio Code** (1.99+) | GitHub Copilot |
| **Cursor**                     | Cursor AI      |
| **Windsurf**                   | Cascade        |
| **Devin Desktop**              | Devin          |
| **Antigravity**                | Google Gemini  |
| **Claude Code** (CLI)          | Claude         |
| **OpenAI Codex** (CLI)         | Codex          |
| **Gemini CLI**                 | Google Gemini  |

The extension is installed once in your editor and automatically configures the AI tools you have available, including the Claude Code and Codex command-line tools. Any other MCP-compatible client can use the standalone [`hostinger-api-mcp`](https://www.npmjs.com/package/hostinger-api-mcp) server with manual configuration.

## How it works

Hostinger Connector is built on the **Model Context Protocol (MCP)** — an open standard that lets AI assistants securely call external tools.

1. You install the extension and connect your Hostinger account (one-click browser sign-in or an API token).
2. The extension registers Hostinger's official MCP servers with your AI assistant.
3. When you ask your assistant to do something with Hostinger, it calls the appropriate tool. The tool talks to the [Hostinger API](https://developers.hostinger.com) using your credentials and returns the result to your chat.

You stay in control: you choose which Hostinger product areas your assistant can access, and your assistant asks for confirmation before running tools (depending on your editor's settings).

The MCP servers always fetch the latest Hostinger API definition on startup, so new Hostinger features become available to your assistant automatically — no extension update needed.

## Security

* **OAuth sign-in (recommended)** uses OAuth 2.1 through your browser. No password ever passes through the editor.
* **API tokens** are stored in your editor's encrypted secret storage, never in plain-text settings.
* All API communication happens over HTTPS directly between your machine and Hostinger.
* You can disconnect at any time with the **Hostinger: Disconnect** command, which removes all stored credentials and configuration.

## Next steps

* [Installation & Setup](/hostinger-connector/installation-and-setup.md) — Install the extension and connect your account
* [Using the Connector](/hostinger-connector/using-the-connector.md) — Enable products, example prompts, and command reference
* [Troubleshooting](/hostinger-connector/troubleshooting.md) — Fix common issues

***

*Last updated: July 22, 2026*
