mcpbeat

Htmldrop MCP Server

app.htmldrop/mcp
answering

Htmldrop is answering right now. Last checked 8 min ago. 425 installs a week from npm. It exposes 3 tools.

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

Installs per day peak 298 · avg 17 · +824% w/w
a month agotoday
Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
211 ms
Response time
average over 24h
425
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add mcp --transport http https://htmldrop.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://htmldrop.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://htmldrop.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://htmldrop.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://htmldrop.app/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

htmldrop
htmldrop_delete
Delete a site by its id. The id is the opaque string returned from htmldrop_list (NOT the slug). Once deleted the public URL returns 404 immediately.
htmldrop_list
List every site the authenticated tenant has published. Returns each site's slug, id, and public URL.
htmldrop_publish
Publish an HTML or Markdown document as a hosted page on htmldrop. Returns the public share URL. Use this whenever a user asks to publish, share, or 'put on the web' some HTML / Markdown content. Pass exactly one of `html` or `markdown`.

Endpoints

URLTransportStateLatencyChecked
https://htmldrop.app/mcp streamable-http answering 209 ms 8 min ago

Htmldrop — questions

Answers built from our own checks of this server.

What can Htmldrop do?
It exposes 3 tools, read directly from the server on our last check. Among them: htmldrop_delete, htmldrop_list, htmldrop_publish. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Htmldrop working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 211 ms. The bar chart above shows every period we have measured.
How do I connect Htmldrop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Htmldrop need an API key?
No. Htmldrop completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Htmldrop?
It answers our handshake in 211 ms on average, which is faster than 60% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Htmldrop?
The npm package @htmldrop.app/mcp was installed 425 times in the last week. Week over week that is +824%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.