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.
DropTheHassle 能做什么?
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".
安装
把 DropTheHassle 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档19/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.3.1最新 | 2026年7月19日 |
| 0.1.0 | 2026年7月12日 |