Skip to content
Cursor

quick html share mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install quick html share mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

quick html share mcp in other clients