Odel
uxlint

uxlint

Local
@uxlint-netRustApache-2.0Updated 1w ago

Audit a site's UX the way a design-literate reviewer would, with a concrete fix for every finding.

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

npm@uxlint-net/uxlintv0.1.30

Run

npx -y @uxlint-net/uxlint

MCP client config

{
  "mcpServers": {
    "uxlint": {
      "command": "npx",
      "args": [
        "-y",
        "@uxlint-net/uxlint"
      ]
    }
  }
}