npx claudepluginhub felipeoff/my-claude-code-skills --plugin programmingAdd to your .mcp.json:
{
"mcpServers": {
"hostinger-mcp": {
"command": "npx",
"args": [
"hostinger-api-mcp@latest"
],
"env": {
"API_TOKEN": "${HOSTINGER_API_TOKEN}"
}
}
}
}Replace placeholder values for: API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxAPI_TOKEN=${HOSTINGER_API_TOKEN}