Install the htmldrop MCP server, ask Cline to publish, and get a live shareable URL back. No build step, no deploy pipeline, no signup to start.
claude mcp add htmldrop \
--env HTMLDROP_API_TOKEN=hsk_live_xxxxxxxxxxxxxxxx \
-- npx -y @htmldrop.app/mcp
{
"mcpServers": {
"htmldrop": {
"command": "npx",
"args": ["-y", "@htmldrop.app/mcp"],
"env": { "HTMLDROP_API_TOKEN": "hsk_live_xxxxxxxxxxxxxxxx" }
}
}
}
{
"mcpServers": {
"htmldrop": {
"command": "npx",
"args": ["-y", "@htmldrop.app/mcp"],
"env": { "HTMLDROP_API_TOKEN": "hsk_live_xxxxxxxxxxxxxxxx" }
}
}
}
{
"mcpServers": {
"htmldrop": {
"command": "npx",
"args": ["-y", "@htmldrop.app/mcp"],
"env": { "HTMLDROP_API_TOKEN": "hsk_live_xxxxxxxxxxxxxxxx" }
}
}
}
npx -y @htmldrop.app/mcp
Get your hsk_live_… token at htmldrop.app/dashboard/settings → API tokens.
hsk_live_… value (shown only once).⌘⇧P → "Cline: MCP Settings"). Click "Add MCP Server" and paste the config above.⌘⇧P → "Developer: Reload Window").Open Cline's chat and try any of these:
Cline didn't read your token. Open Cline's MCP Settings panel and verify the HTMLDROP_API_TOKEN env value on the htmldrop server is the hsk_live_… string (not the friendly name you gave the token in the dashboard).
Open the Cline panel → MCP Servers → confirm htmldrop shows green/connected. If it shows red, click the row to see the error log. Most failures are token typos.
You've hit your plan's site cap (3 active drops on Free). Delete a drop in the dashboard or upgrade.
In Cline chat: "List my htmldrop sites." If the tool is wired up, Cline calls htmldrop_list and replies with your drops.