Odel
Random Design

Random Design

Local
@yanislav-igoninTypeScriptMITUpdated 3mo ago

Generate randomized English Markdown frontend design directions from curated catalogs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrandom-design-mcpv2.1.0

Run

npx -y random-design-mcp

MCP client config

{
  "mcpServers": {
    "random-design": {
      "command": "npx",
      "args": [
        "-y",
        "random-design-mcp"
      ]
    }
  }
}