htmldrop turns anything Claude generates — HTML, Markdown, résumés, dashboards, posters, internal docs — into a real hosted URL you can share. One tool call, no copy-paste. Tools htmldrop_publish Publish an HTML or Markdown document. Returns the public share URL. htmldrop_list List every page you've published. htmldrop_delete Remove a page by id. Auth via OAuth — the install flow opens an htmldrop consent screen in your browser, you click Allow, done. No API tokens to paste, no config to manage. Tokens are short-lived (60 min access + 30 day rotating refresh) and revocable from your dashboard. Free tier: 3 active pages, 50 MB storage, 30-day TTL. Paid plans (from $5/mo) lift caps, hide branding, add custom domains + password protection. Built by Middle East Software Solutions Limited — htmldrop.app
How to connect
https://server.smithery.ai/htmldrop/publish/mcp
curl -X POST https://server.smithery.ai/htmldrop/publish/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'