Loading MCP server directory, please wait...
Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.
npx @getmcp/cli add app.htmldrop/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HTMLDROP_API_TOKENhtmldrop API token (hsk_live_…). Create one at https://htmldrop.app/dashboard/settings → API tokens.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.htmldrop/mcp": {
"command": "npx",
"args": [
"-y",
"@htmldrop.app/mcp"
],
"env": {
"HTMLDROP_API_TOKEN": "",
"HTMLDROP_API_URL": "https://htmldrop.app/api/v1"
}
}
}
}