Hostinger
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.
Ads
Overview
Model Context Protocol (MCP) server for Hostinger API. If you don't want to install or run anything locally, connect directly to Hostinger's hosted MCP server: This opens a browser window to authorize via OAuth. Once approved, all tools below are available in your session. Add https://mcp.hostinger.com as a remote Streamable HTTP MCP server in your client's configuration and complete the OAuth prompt when it appears. Refer to your client's docs for how it exposes "add remote MCP server" / "custom connector" settings.
Installation
claude mcp add --transport http hostinger https://mcp.hostinger.com
Configuration
{
"mcpServers": {
"hostinger-api": {
"command": "hostinger-api-mcp",
"env": {
"DEBUG": "false",
"HOSTINGER_API_TOKEN": "YOUR API TOKEN"
}
}Capabilities
- Deploy websites from archives
Ask to deploy a Node.js static or PHP site via `agency-hosting_deployNodeStaticWebsite` or `agency-hosting_deployPhpApplication`, with overwrite confirmation.
- Manage domains and DNS
Link/unlink domains to Agency Plan sites with `agency-hosting_linkDomainToWebsiteV1`, or update DNS records via `DNS_updateDNSRecordsV1`.
- Configure PHP and WordPress
Switch PHP versions, enable extensions, or change WordPress core versions using tools like `agency-hosting_updateWebsitePHPVersionV1` and `agency-hosting_changeWordPressVersionV1`.
- Handle billing and subscriptions
Create purchase orders, manage payment methods, or toggle auto-renewal with `billing_createPurchaseOrderV1` and related tools.
- Monitor resources and processes
Check disk/CPU usage metrics or track async operations via `agency-hosting_listOrderResourceUsageMetricsV1` and `agency-hosting_listWebsiteProcessesV1`.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.