mcpbeat Sign in

Design Constraint Validator MCP Server

by cseperkepapp Your server? Claim it
local only

Design Constraint Validator runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 14 Jun 2026.

Validate design tokens for accessibility, scales, and design-system constraint consistency.

Installs per day peak 28 · avg 9 · +25% w/w
a month agotoday
71
Installs / week
npm · design-constraint-validator
0
Stars
0 open issues
14 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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 [пакет] core/breakpoints.js:1, [пакет] cli/build-css.js:1, [пакет] cli/commands/build.js:1 и ещё 45
этот файл ставится пользователю, но в репозитории его нет
    const res = spawnSync(mmdc, args, { stdio: "inherit" });
      const full = path.join(p, name);

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

Alternatives to Design Constraint Validator

same job, measured the same way
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

41 installs/wk local only
Aegov MCP
by dlsforge

UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.

36 installs/wk local only
Standby Design MCP
by karstenkreh

Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens.

81 installs/wk 8 tools answering
Stitch Wand
by dilshaus

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

23 installs/wk local only
Tailwind Context Resolver MCP
by vola-trebla

Resolves Tailwind CSS design tokens and validates utility classes against the local project config.

36 installs/wk local only
C
Overlayqa
by overlayqa

Run accessibility, contrast, and design token audits and file QA issues from your AI coding tool.

94 installs/wk local only
StyleSeed Tokenizer
by evozim

Automated design system token generator and export utility.

answering
Tokven MCP
by mihkel00

Generate design token systems from a hex color — OKLCH-derived, WCAG-validated, multi-format

57 installs/wk local only

Design Constraint Validator — questions

Answers built from our own checks of this server.

Why is there no uptime for Design Constraint Validator?
Design Constraint Validator 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 design-constraint-validator was installed 71 times last week.
How do I connect Design Constraint Validator?
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 design-constraint-validator straight from npm; nothing to host, nothing to sign up for.
How many people use Design Constraint Validator?
The npm package design-constraint-validator was installed 71 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Design Constraint Validator open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.