Best for
- Developers using Hostinger services.
- Users who want to automate hosting tasks through AI assistants.
Official MCP server from Hostinger, feature-rich but requires careful use to avoid errors.
This is the official Model Context Protocol server for the Hostinger API, enabling MCP clients like Claude and Cursor to interact with Hostinger services. It exposes over 300 tools covering domains, DNS, web hosting (including WordPress and Node.js deployment), VPS, email, e-commerce, billing, and more. Authentication supports API tokens or OAuth 2.0 with PKCE.
hostinger-api-mcp globally using npm, yarn, or pnpm.HOSTINGER_API_TOKEN environment variable (optional, interactive OAuth also available).{
"mcpServers": {
"hostinger-api": {
"command": "hostinger-api-mcp",
"env": {
"DEBUG": "false",
"HOSTINGER_API_TOKEN": "YOUR API TOKEN"
}
}
}
}