npm dropthehassle-mcpstdioupdated 1mo ago
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.
Was kannst du mit DropTheHassle machen?
DropTheHassle MCP server
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
- On dropthehassle.com, open the menu (top right) and pick
Connect your AI. Copy your token (starts with
dth_). - 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".
Installation
DropTheHassle zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add dropthehassle-mcp -- npx -y dropthehassle-mcpcodex mcp add dropthehassle-mcp -- npx -y dropthehassle-mcpamp mcp add dropthehassle-mcp -- npx -y dropthehassle-mcp{
"mcpServers": {
"dropthehassle-mcp": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dropthehassle-mcp": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"dropthehassle-mcp","command":"npx","args":["-y","dropthehassle-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"dropthehassle-mcp": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"dropthehassle-mcp": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"dropthehassle-mcp": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"dropthehassle-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"dropthehassle-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y dropthehassle-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation19/25
- Pflege16/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 43 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.3.1Aktuell | 19. Juli 2026 |
| 0.1.0 | 12. Juli 2026 |