Skip to content
VS Code

htmlbook for VS Code

io.github.streamize-llc/htmlbook

Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

client:VS Code transport:streamable-http

Install htmlbook in VS Code

.vscode/mcp.json

{
  "servers": {
    "htmlbook": {
      "type": "http",
      "url": "https://htmlbook.io/api/mcp"
    }
  }
}

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

htmlbook in other clients