Skip to content

hostinger/hostinger-cursor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hostinger Connector for Cursor

Official Cursor plugin for Hostinger — deploy and manage Hostinger hosting, Node.js apps, deployments, and DNS without leaving Cursor.

This plugin wires the official hostinger-api-mcp server, plus a set of skills and rules, into Cursor so the agent can take real actions on your Hostinger account.


What it does

  • Deploy Node.js, SvelteKit, Hono, Remix, Fastify, Astro, and Next.js apps to Hostinger Managed Node.js Hosting.
  • Diagnose failed builds from real Hostinger build logs.
  • Read and write DNS records on Hostinger-managed domains.
  • Troubleshoot Hostinger-hosted WordPress sites (logs, plugins, PHP version).
  • Query hosting, access, and runtime logs for a domain.
  • Inspect VPS state, billing, and subscriptions.

Backed by 100+ MCP tools spanning hosting, domains, DNS, VPS, and billing.


Install

One-click (Cursor Marketplace)

Install Hostinger Connector in Cursor

From a /add-plugin URL

In Cursor chat, run:

/add-plugin https://github.com/hostinger/hostinger-cursor-plugin

Auth setup

The plugin uses the published hostinger-api-mcp server. Authentication is via a Hostinger API token:

  1. Log in to hpanel.hostinger.comProfile & settingsAPI TokensGenerate new token.

  2. Set the token in your shell environment before launching Cursor:

    export HOSTINGER_API_TOKEN=hst_xxx...
  3. Restart Cursor so the new process inherits the variable.

Never commit a token to source — the plugin ships a pre-commit hook that blocks obvious leaks.

The hostinger-api-mcp CLI exposes --login / --logout flags for a future OAuth flow, but OAuth is not currently supported by the Hostinger backend. Use the API-token path until that ships.


Available skills

Skill What it does
deploy-nodejs-app Guide a Node.js deploy end-to-end with the right framework preset.
diagnose-build-failure Pull build logs, identify the failure mode, propose a fix.
manage-dns-records Read, create, update, delete DNS records — with snapshot + diff.
troubleshoot-wordpress Diagnose WP issues: PHP version, error logs, plugin/theme conflicts.
query-hosting-logs Pull and summarize access / error / runtime logs for a domain.

Available MCP tools

The hostinger MCP server exposes 100+ tools across these areas:

  • Hosting — list plans, deploy Node.js / static / WordPress, retrieve build and runtime logs, manage SSH keys.
  • Domains — search, register, transfer, lock/unlock, forwarding, WHOIS, verification.
  • DNS — list/create/update/delete records, snapshots, restore, validation.
  • VPS — list, power state, firewalls, OS reinstall, SSH keys, metrics, action history.
  • Billing — subscriptions, auto-renewal, payment methods, catalog, orders.
  • WordPress — list/install/update/disable plugins, themes, PHP settings, backups.

For the complete tool catalog, see hostinger/api-mcp-server.


Rules (always-on guidance)

Agents

Commands

  • /hostinger-status — one-screen snapshot of plans, deployments, VPS, subscriptions.

Validate

node scripts/validate-template.mjs

Links

License

MIT — see hostinger-api-mcp.

About

Hostinger plugin for Cursor IDE marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors