Skip to content
VS Code

Share HTML for VS Code

io.github.lifeodyssey/share-html

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

client:VS Code transport:streamable-http tools:3

Install Share HTML in VS Code

.vscode/mcp.json

{
  "servers": {
    "share-html": {
      "type": "http",
      "url": "https://share-html.zhenjiazhou0127.workers.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Share HTML in other clients