Skip to content

quick html share mcp for Grok

io.github.desper/quick-html-share-mcp

Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics.

client:Grok transport:stdio runtime:npm

Install quick html share mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quick-html-share-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "quick-html-share-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

quick html share mcp in other clients