Back to MCP directory
publicPublicdnsLocal runtime

html2url

将HTML文本转换为可分享的URL链接的服务

article

README

🚀 HTML转URL

本项目能够将HTML文本转换为可分享的URL链接,方便你在各种场景下分享HTML内容。

html2url

🚀 快速开始

SSE地址

https://html2url.share-x.app/sse

示例提示

(1)将上面的内容转成小红书风格的HTML,内容细节要多,生成分享的URL

(2)把xxx内容转成HTML,生成分享的URL
Convert the xxx content to HTML and generate a shareable URL.
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client