mcpbeat Sign in

Uxloom MCP Server

by uxloom-dev Your server? Claim it
local only

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

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

Installs per day peak 598 · avg 41 · -60% w/w
a month agotoday
120
Installs / week
npm · uxloom
1
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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.

Runs an external command tools/release-prep.mjs:41
const run = (cmd, cwd = root) => execSync(cmd, { cwd, stdio: "inherit" });

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 uxloom -- npx -y uxloom
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uxloom": {
      "args": [
        "-y",
        "uxloom"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uxloom]
command = "npx"
args = ["-y", "uxloom"]
.cursor/mcp.json
{
  "mcpServers": {
    "uxloom": {
      "args": [
        "-y",
        "uxloom"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uxloom": {
      "args": [
        "-y",
        "uxloom"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UXLOOM_PROJECT (Path to the project file (default: ./uxloom.project.json in the working directory)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Uxloom

same job, measured the same way
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
Docvet
by alberto-codes

Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks

2 359 installs/wk local only
Ideabob Validation
by foodyogi

Score, validate, and pressure-test startup ideas with AI from Claude or any MCP agent.

5 tools answering
Crosswire - payment infrastructure pricing, coverage and stack design
by crosswirepay

Indicative pricing, coverage and stack design for high-risk and crypto payment infrastructure.

15 tools answering
IBAN Validation MCP
by iban-test-www

Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES.

4 tools answering
Assurance
by i-ops-hq

Checks what an agent did NOT read. Coverage over a retrieval step or a folder. No model.

1 844 installs/wk local only
Test Intel
by barissozudogru

Coverage analysis, untested function detection and complexity scoring for TS and JS.

43 installs/wk local only
SyntheticUser Lab MCP
by syntheticuserlab

Paid remote MCP for synthetic user testing, UX validation, analytics, checkout, and readiness.

answering

Uxloom — questions

Answers built from our own checks of this server.

Why is there no uptime for Uxloom?
Uxloom 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 uxloom was installed 120 times last week.
How do I connect Uxloom?
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 uxloom straight from npm; nothing to host, nothing to sign up for.
How many people use Uxloom?
The npm package uxloom was installed 120 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Uxloom open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.