Design
designesy.org
Provides tools for design review, token validation, and accessibility scoring.
ENDPOINT 1
https://www.designesy.org/api/mcp
MCP server metadata
- Name
- designesy
- Version
- 1.10.2
Known tools 17
designesy_catalogList the 12 published Designesy packages with versions, URLs, and statuses.
Inferred read-onlydesignesy_contractGet the Designesy design-system contract — the canonical tokens, motion, acoustic, takt, cadence, typography, components, and verification rules that define what the Designesy org considers legitimate design.
Inferred read-onlydesignesy_design_reviewGet the Designesy Design Review framework — an 8-dimension rubric (Purpose, Clarity, Context, Inclusion, System coherence, Durability, Delight, Responsibility) plus the agent prompt, output format, and verification checklist for a qualitative design critique.
Inferred read-onlydesignesy_scoreScore a live URL against the Designesy design contract — a deterministic 40-check verification engine that returns a numeric score, letter grade (A–F), and per-check breakdown.
Inferred read-onlydesignesy_tokens_scoreValidate a design token file against the W3C Design Tokens Community Group (DTCG) 2025.
Inferred read-onlydesignesy_motion_scoreValidate a Lottie animation file against the Lottie spec v1.
Inferred read-onlydesignesy_drift_scoreScore a live URL for AI-generated UI drift — 12 checks detect the four documented 2026 drift failure modes: token fabrication (var() to undeclared custom properties), within-session drift (spacing/color/radius value variance), between-session amnesia (inconsistent font stacks, shadows, transitions), and silent breaking changes (z-index chaos, dangling alias chains).
Inferred read-onlydesignesy_readiness_scoreScore a URL for design-system AI readiness — the 6th maturity axis (zeroheight 2026).
Inferred read-onlydesignesy_guardrailsGenerate a frozen build-contract bundle for AI coding agents from any design system URL — the product layer.
Inferred read-onlydesignesy_monitor_scoreScore a URL for continuous design-drift governance — the temporal layer over the drift radar.
Inferred read-onlydesignesy_compareDiff two design systems from live URLs — the only URL-scoped design-token diff engine.
Inferred read-onlydesignesy_reportGenerate a unified design-intelligence report for a single URL — the synthesis capstone of the Designesy dynasty.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.designesy]
url = "https://www.designesy.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"designesy": {
"type": "http",
"url": "https://www.designesy.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: designesy
Remote MCP URL: https://www.designesy.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"designesy": {
"url": "https://www.designesy.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"designesy": {
"type": "http",
"url": "https://www.designesy.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "designesy",
"transport": "streamable-http",
"url": "https://www.designesy.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.