Skip to content
VS Code

htmlpub mcp for VS Code

io.github.yvonne-chow/htmlpub-mcp

Publish AI-generated HTML to a live page on your own domain — from Claude, ChatGPT, or Cursor.

client:VS Code transport:streamable-http

Install htmlpub mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "htmlpub-mcp": {
      "type": "http",
      "url": "https://mcp.htmlpub.com/mcp"
    }
  }
}

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

htmlpub mcp in other clients