HomeOther › api-mcp-server

api-mcp-server

MCP server for Hostinger API

Official TypeScript Remote
★ 154 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.hostinger.com Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http api-mcp-server https://mcp.hostinger.com

Or add to your MCP client config:

{
  "mcpServers": {
    "api-mcp-server": {
      "url": "https://mcp.hostinger.com"
    }
  }
}

Package (npm 1.63.3)

npx -y @hostinger/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hostinger/[email protected]"
      ],
      "env": {
        "HOSTINGER_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • HOSTINGER_API_TOKEN secret — Hostinger API token. Optional — when unset, the server falls back to interactive OAuth sign-in.

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry