Odel
uxloom

uxloom

Local
@uxloom-dev1TypeScriptMITUpdated 4w ago

Agent-native UI/UX design validation: journey completeness, state coverage, and WCAG checks.

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).

npmuxloomv0.14.0

Run

npx -y uxloom

MCP client config

{
  "mcpServers": {
    "uxloom": {
      "command": "npx",
      "args": [
        "-y",
        "uxloom"
      ]
    }
  }
}