One MCP server. Install it once, then ask Claude Code, Claude Desktop, Cursor, or Cline to publish — and get a live shareable URL back.
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.
One-line install →
One-line install →
One-line install →
One-line install →
htmldrop ships an MCP server (@htmldrop.app/mcp) that works with any MCP-aware client. The matrix below tracks first-class support, community-installed integrations, and what's coming next.
| Agent | Status | Setup |
|---|---|---|
| Claude Code | ✓ Supported | One-line install → |
| Claude Desktop | ✓ Supported | One-line install → |
| Cursor | ✓ Supported | One-line install → |
| Cline | ✓ Supported | One-line install → |
| Continue.dev | ○ Community | Works via MCP — docs coming |
| Zed AI | ○ Community | Works via MCP — docs coming |
| Windsurf | ○ Community | Works via MCP — docs coming |
| Codex CLI | ○ Planned | Requires a plugin shim |
| Aider | ○ Planned | Requires a plugin shim |
If your agent speaks MCP, it works with htmldrop. The setup is roughly: install the @htmldrop.app/mcp package, point your agent's MCP config at it, set HTMLDROP_API_TOKEN. Open a request and we'll promote it to ✓ Supported with a dedicated install page.