quick html share mcp for VS Code
io.github.desper/quick-html-share-mcp
Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics.
client:VS Code
transport:stdio
runtime:npm
Install quick html share mcp in VS Code
.vscode/mcp.json
{
"servers": {
"quick-html-share-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quick-html-share-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs