Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Share HTML

io.github.lifeodyssey/share-html

Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server.

Uptime
100.0%
1 direct probes · 30d
Response
134ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

describe_share_html

Return the AI-readable Share HTML guide, including routes and safety model.

get_public_share

Fetch public metadata for a Share HTML slug.

create_share

Publish one HTML page as either an unlisted or access-key protected sandboxed share.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "share_html": {
      "url": "https://share-html.zhenjiazhou0127.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}