Skip to content
VS Code

uxlint for VS Code

io.github.uxlint-net/uxlint

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

client:VS Code transport:stdio runtime:npm

Install uxlint in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

uxlint in other clients