mcpbeat Sign in

uxlint MCP Server

by uxlint-net Your server? Claim it
local only

uxlint runs on your own machine — the client starts it, so there is no endpoint to ping. 594 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 318 · avg 62 · +931% w/w
a month agotoday
594
Installs / week
npm · @uxlint-net/uxlint
0
Stars
1 open issues
29 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/uxlint.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable npm/bin/uxlint.js:68, [пакет] bin/uxlint.js:68
  const tmp = path.join(dir, asset);
Builds a database query by concatenation src/guidance.rs:60
- Pack a select + inputs + button onto one wrapping row at mismatched widths. [inline-form-fields]

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uxlint -- npx -y @uxlint-net/uxlint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uxlint": {
      "args": [
        "-y",
        "@uxlint-net/uxlint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uxlint]
command = "npx"
args = ["-y", "@uxlint-net/uxlint"]
.cursor/mcp.json
{
  "mcpServers": {
    "uxlint": {
      "args": [
        "-y",
        "@uxlint-net/uxlint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uxlint": {
      "args": [
        "-y",
        "@uxlint-net/uxlint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to uxlint

same job, measured the same way
nittim
by nittim

Production-safety audits for AI-generated code, with a fix for every finding.

15 tools answering
ASMI — AI avatars for your site
by broen

Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo.

answering
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
Stitch Wand
by dilshaus

Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.

23 installs/wk local only
Eaa Form Lint Wcag22
by jmshinhwa

Names every WCAG 2.2 AA form failure on its line, with the criterion and the fix

440 installs/wk local only
MotionLint
by bobaba99

Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.

43 installs/wk local only
Seegeo
by see-geo

Audit any website for AI visibility: graded report, findings with fixes, AI crawler access check.

78 installs/wk answering

uxlint — questions

Answers built from our own checks of this server.

Why is there no uptime for uxlint?
uxlint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @uxlint-net/uxlint was installed 594 times last week.
How do I connect uxlint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @uxlint-net/uxlint straight from npm; nothing to host, nothing to sign up for.
How many people use uxlint?
The npm package @uxlint-net/uxlint was installed 594 times in the last week. Week over week that is +931%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is uxlint open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.