Command Palette

Search for a command to run...

UnylyUnyly
Browse all

DropTheHassle

FreeNot checked

Put a website online and wire up its domain, email and DNS in a few clicks. No code.

GitHubEmbed

About

Put a website online and wire up its domain, email and DNS in a few clicks. No code.

README

Let your AI put sites online, find real available domain names, and point names at sites, all from your editor. It cannot spend money: buying a domain stays a click you make in the dashboard.

Connect

  1. On dropthehassle.com, open the menu (top right) and pick Connect your AI. Copy your token (starts with dth_).
  2. Add this server to your AI's MCP config, with the token as DTH_TOKEN.

Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "dropthehassle": {
      "command": "npx",
      "args": ["-y", "dropthehassle-mcp"],
      "env": { "DTH_TOKEN": "dth_your-token-here" }
    }
  }
}

Tools your AI gets

  • whoami — confirm the connected account.
  • list_sites — your sites, their live URLs and the domains on each.
  • search_domain — is a name free, and what does it cost? (read-only; never buys)
  • deploy_site — put a built folder online on a free link (or update an existing site).
  • point_domain — point one of your names at one of your sites.

Just ask, e.g. "put the site in ./dist online" or "find me a free .com like pocketlighthouse".

from github.com/bosmdavid-gif/dropthehassle-mcp

Install DropTheHassle in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install dropthehassle

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add dropthehassle -- npx -y dropthehassle-mcp

FAQ

Is DropTheHassle MCP free?

Yes, DropTheHassle MCP is free — one-click install via Unyly at no cost.

Does DropTheHassle need an API key?

No, DropTheHassle runs without API keys or environment variables.

Is DropTheHassle hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install DropTheHassle in Claude Desktop, Claude Code or Cursor?

Open DropTheHassle on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare DropTheHassle with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs