Share HTML
io.github.lifeodyssey/share-htmlCreate sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server.
Tools · 3
Return the AI-readable Share HTML guide, including routes and safety model.
Fetch public metadata for a Share HTML slug.
Publish one HTML page as either an unlisted or access-key protected sandboxed share.
Similar MCP servers embedding-nearest
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"
}
}
}