## What is Hostinger MCP Server? Model Context Protocol (MCP) server for the Hostinger API. It exposes 372 tools that …
## What is Hostinger MCP Server? Model Context Protocol (MCP) server for the Hostinger API. It exposes 372 tools that let an AI agent manage hosting accounts, domains, DNS, VPS instances, WordPress installs, email, ecommerce stores, and billing directly from your editor or chat client. ## How to use Hostinger MCP Server? The fastest path is the hosted remote server — nothing to install: ```bash claude mcp add --transport http hostinger https://mcp.hostinger.com ``` A browser window opens for OAuth authorization. Once approved, all tools are available in your session. For other clients, add `https://mcp.hostinger.com` as a remote Streamable HTTP server and complete the OAuth prompt. To run it locally instead: ```bash npm install -g @hostinger/mcp ``` ```json { "mcpServers": { "hostinger": { "command": "hostinger-api-mcp", "env": { "HOSTINGER_API_TOKEN": "YOUR_API_TOKEN" } } } } ``` Local mode requires Node.js 24 or higher. If `HOSTINGER_API_TOKEN` is not set, the server falls back to interactive OAuth 2.0 sign-in with PKCE on the first tool call. ## Key features of Hostinger MCP Server - Hosted remote server at `https://mcp.hostinger.com` with OAuth — zero install - 372 tools across the full Hostinger API surface - Scoped binaries so you only load the tools your agent needs: - `hostinger-api-mcp` — unified server, all 372 tools - `hostinger-vps-mcp` — 63 tools for VPS - `hostinger-hosting-mcp` — 58 tools for hosting - `hostinger-reach-mcp` — 49 tools for Reach - `hostinger-domains-mcp` — 40 tools for domains - `hostinger-mail-mcp` — 38 tools for email - `hostinger-wordpress-mcp` — 38 tools for WordPress - `hostinger-agency-hosting-mcp` — 38 tools for agency hosting - `hostinger-ecommerce-mcp` — 29 tools for ecommerce - `hostinger-billing-mcp` — 9 tools for billing - `hostinger-dns-mcp` — 8 tools for DNS - `hostinger-horizons-mcp` — 2 tools for Horizons - Two auth methods: API token for CI and scripts, OAuth 2.0 + PKCE for interactive use - stdio and Streamable HTTP transports - MIT licensed ## Use cases of Hostinger MCP Server - Provision and configure hosting plans, websites, and subdomains from a chat prompt - Search, register, and transfer domains, and manage DNS records and snapshots - Create, restart, snapshot, and firewall VPS instances - Install and manage WordPress cores, plugins, and themes - Set up mailboxes, forwarders, and autoreplies - Build and manage ecommerce stores, products, and orders - Inspect subscriptions, payment methods, and renewals
hostinger
mcp
free
Others in the same category, ranked by how often they are opened.