Skip to content
Cursor

uxlint for Cursor

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:Cursor transport:stdio runtime:npm

Install uxlint in Cursor

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

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

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

uxlint in other clients