Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“ Architecture & Design
  3. Uxloom
Uxloom logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:15:48 AM

Uxloom

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
designaccessibilitycideveloper-tools

Validates UI journeys and screen states before implementation, then checks code for accessibility gaps and design drift.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "uxloom-dev-uxloom": {
      "command": "npx",
      "args": [
        "-y",
        "uxloom"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“ More in Architecture & Design

Overview

The uxloom-dev/uxloom MCP server models user journeys as state machines and checks whether screen contracts cover required states. It identifies unreachable screens, dead ends, missing loading, empty, and error states, contrast failures, undersized touch targets, and localization overflow. Agents can use it through MCP clients, while CI can run deterministic `check` and `audit` gates against versioned project files. Reach for it when AI-generated or existing interfaces need contract-based design validation before release.

Use cases

โ€ขValidate AI-generated journeys before coding
โ€ขGate design completeness in CI
โ€ขAudit web and native implementations for drift
โ€ขCheck accessibility and localization risks
โ€ขHand preview comments back to an agent

Key features

โ€ขState-machine journey modeling
โ€ขScreen state contract validation
โ€ขWCAG contrast and touch-target checks
โ€ขLocalization overflow detection
โ€ขImplementation drift auditing
โ€ขJSON, SARIF, and GitHub CI output

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Uxloom.

Extracted Tool Capabilities
State-machine journey modeling
Screen state contract validation
WCAG contrast and touch-target checks
Localization overflow detection
Implementation drift auditing
JSON, SARIF, and GitHub CI output

How Uxloom works

What uxloom-dev/uxloom MCP server does

The uxloom-dev/uxloom MCP server turns interface design requirements into structured project data that agents can inspect and validate. Journeys are represented as state machines, screens are nodes, and each screen can declare a contract for the states it must support. This makes the expected behavior explicit before production UI exists.

Validation covers journey completeness and state coverage, including unreachable screens, dead ends, and absent loading, empty, or error states. The critics also check WCAG contrast, touch-target sizing, and text expansion risks caused by localization. A project can record evidence for design decisions, including rationale, rejected alternatives, sources, and confidence. Review cycles are bounded to three rounds.

The same project can be checked against implementation. audit supports web and native markers for Swift, Kotlin, Dart, and Java, and can verify the live DOM. It can also compare a Figma or Penpot export with the design contract.

How uxloom-dev/uxloom MCP server works

The project file is uxloom.project.json, stored in the workspace and versioned with the code. An agent can initialize a project, gather a brief, define journeys, register screens, validate the project, address findings, and produce a coverage report. The preview provides themed, editable mocks and exposes evidence and reviewer comments. Pinned comments can be handed back to an agent with the relevant layout block, screen contract, journey references, and current findings.

The validators are deterministic: identical input produces a byte-identical report. Results can be emitted as JSON or SARIF, and GitHub annotations are supported for CI review. Existing findings can be frozen with an update-baseline option so that newly introduced drift is what blocks a build. Thresholds are configurable through uxloom.config.json.

Setup and configuration

Install the published npm package with npx -y uxloom. For Claude Code, the documented MCP registration command is:

Terminal
claude mcp add uxloom -- npx -y uxloom

Codex CLI can be configured with the equivalent codex mcp add uxloom -- npx -y uxloom command. The one-command npx uxloom init flow creates MCP configuration, an agent skill, and a starter project file. CI can run npx uxloom check design/uxloom.project.json; the command exits with status 1 when errors are present.

Additional CLI operations include preview, export, audit, and diff. Exports can produce HTML, SVG, or PNG, with a manifest option for round-trip workflows. No environment variables or credentials are specified in the provided material.

Tools and capabilities

The uxloom-dev/uxloom MCP server supports an agent workflow built around operations such as project_init, brief_start, brief_answer, journey_define, screen_register, project_validate, and coverage_report. Its documented capabilities include:

  • Modeling journeys and screen state contracts
  • Detecting missing states and unreachable or dead-end paths
  • Checking contrast, touch targets, and localization expansion
  • Previewing and exporting editable design mocks
  • Auditing implementation drift across web and native markers
  • Returning CI-friendly JSON, SARIF, and GitHub annotations
  • Passing reviewer comments and context to an agent

Limitations and notes

The JourneyGraph format is currently version 0.1 and may change before 1.0. The provided documentation describes compatibility with Claude Code, Codex CLI, and MCP clients generally, but does not name specific desktop clients. The material also does not specify environment variables, hosted operation, or authentication requirements.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Architecture & Design View all alternatives
  • Saglitzdesign MCP logoSaglitzdesign MCP

    Expert design & marketing knowledge for web / iOS / Android / macOS UI/UX: 83 sourced, prescriptive docs plus deterministic generators (design tokens, color systems, type scales, WCAG a11y) and a one-call createdesignsystem. Offline, no API key, reads only local files. Install via NPM: npx -y saglitzdesign-mcp.

    ๐Ÿ“ Architecture & Design4 views
    Compare vs Saglitzdesign MCP โ†’
  • Memi logoMemi

    Design-system memory for coding agents with 46 MCP tools for UI audits, Tailwind token extraction, shadcn registry workflows, Figma context, design docs, and interface-quality diagnostics.

    ๐Ÿ“ Architecture & Design2 views
    Compare vs Memi โ†’
  • Figma Context MCP logoFigma Context MCP

    Provide coding agents direct access to Figma data to help them one-shot design implementation.

    ๐Ÿ“ Architecture & Design3 views
    Compare vs Figma Context MCP โ†’
  • Figma Use logoFigma Use

    Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.

    ๐Ÿ“ Architecture & Design2 views
    Compare vs Figma Use โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
2.4k
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Uxloom

Run `npx -y uxloom`. The README also documents `npx uxloom init` for creating MCP configuration, an agent skill, and a starter project file.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUxloom AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/uxloom-dev-uxloom?style=directory)](https://allmcps.com/mcp/uxloom-dev-uxloom)
HTML Embed
<a href="https://allmcps.com/mcp/uxloom-dev-uxloom"><img src="https://allmcps.com/api/badge/uxloom-dev-uxloom?style=directory" alt="Uxloom on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“Architecture & Design
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 9, 2026
npm downloads2,358/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev ยท uxloom (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“ Architecture & Design โ†’Alternatives to Uxloom โ†’Install in Claude DesktopInstall in CursorInstall in VS Code