Standby Design MCP server
Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens.
1 stars39 downloads/wk
Reviews
Write oneNobody has reviewed Standby Design yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Standby Design tools (9)
write = sends, deletes, buys or postsexport_design_systemFreeGenerate the full token code for a design system URL in one format: "css" (CSS custom properties incl. semantic shadcn/ui-compatible tokens), "tailwind" (Tailwind v4 @theme), "design-tokens" (W3C DTCG JSON — typography & spacing), "llm-briefing" (Markdown brief for AI code generation), or "font-embed" (Fontshare <link> snippet). Optionally restrict to specific sections. Always give the returned standby.design/system URL to the user alongside the code — the link is the deliverable.
generate_color_paletteFreeGenerate a perceptually uniform OKLCH color palette from a brand color: 18-step scales for brand/surface/error/accents, semantic tokens (shadcn/ui compatible), light+dark modes. Returns a shareable standby.design/system URL and a compact summary. Always give that URL to the user — the link is the deliverable; it opens the live system in the browser. Use export_design_system for full CSS/Tailwind output.
generate_icon_tokensFreePick an icon set and generate icon sizing tokens (xs–2xl + stroke width). Either select a specific set or state style preferences and get a recommendation. Available sets: material-outlined, material-filled, lucide, phosphor-regular, phosphor-bold, phosphor-thin, phosphor-fill, solar-linear, solar-bold, solar-broken, tabler-outline, tabler-filled, radix. Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.
generate_shape_tokensFreeGenerate shape tokens — radii, shadows, borders, focus rings — in one of four visual styles: "paper" (classic surfaces with layered shadows), "glass" (liquid glass), "neomorph" (soft neumorphism), "neobrutalism" (hard offset shadows). Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.
generate_space_tokensFreeGenerate spacing tokens (3xs–3xl), breakpoints, container widths, prose measure, and aspect ratios. Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.
generate_type_scaleFreeGenerate a fluid typographic scale (CSS clamp() between 375px and 1920px viewports) with 11 levels (Display, H1–H6, Body L/M/S, Caption), Fontshare fonts, line heights and letter spacing. Returns a shareable standby.design/system URL and a summary table. Always give that URL to the user — the link is the deliverable. Use list_fonts to discover font slugs.
get_design_rulesFreeUniversal design rules for building UI with design tokens: layout, flow (empty, loading and error states, dialogs), shape, surfaces, interaction states, typography, color and stack rules for Tailwind/React Native. The tokens say which values exist; these rules say how to use them. Call this before building or reviewing views. Without arguments it returns every rule as one line (31 rules); pass rules (slugs) or a category with detail "full" for the complete text including how to detect violations in code. Rule texts are in German. Categories: Layout, Fluss, Form, Fläche, Bedienung, Zustand, Typografie, Farbe, Stack.
get_design_systemFreeDecode a standby.design URL (or raw hash) and return an overview of the full design system: color palette, type scale, spacing & layout, shape tokens, and icons — plus per-tool edit links. Always give the standby.design/system URL to the user — the link is the deliverable.
list_fontsFreeList Fontshare font slugs usable in generate_type_scale (headingFont/bodyFont/monoFont), grouped by category. This is the bundled seed catalog — any valid Fontshare slug works even if not listed here.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- Live reliabilityremote reachable in 2063ms17/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Standby Design repository's README, as published. We do not edit it. Read it on GitHub
standby.design
Multi-Tool-Hub unter standby.design — kleine Tools für Designer und Entwickler. Kein Framework, kein Build-Step, reines HTML/CSS/JS.
MCP-Server für KI-Agenten: https://standby.design/docs/mcp
Struktur
/
├── index.html # Hub-Seite (standby.design)
├── color/
│ └── index.html # Color Palette Generator (standby.design/color)
├── Dockerfile
├── nginx.conf
├── docker-compose.yml
└── deploy.shDeployment (Hetzner + Docker + nginx)
./deploy.shSetzt voraus: SSH-Key unter C:/Local Data/Repositories/SSH Keys/hetzner_ed25519.
DNS (Namecheap)
A-Record für standby.design und www.standby.design → 46.225.131.97
Color Palette Generator (/color)
Ein interaktiver, client-seitiger Palette-Generator im OKLCH-Farbraum — keine Dependencies, kein Build-Step.
Features
- Brand + Slated: Generiert automatisch eine volle Palette (Brand) und eine gedämpfte Variante mit 50% Chroma (Slated)
- 18 Abstufungen: Feine Gradierung für Light Surfaces (25–100), Core Palette (200–800), Dark Surfaces (825–875) und High Contrast (925–975)
- Zwei Modi:
- Balanced Midpoint — 500 = perzeptueller Mittelwert (L=0.50), symmetrisch um den hellsten Punkt des Farbtons
- Exact Brand Match — 500 = exakt die Eingabefarbe, Helligkeit + Chroma werden gleichmäßig darum herum skaliert
- Click-to-Copy: Einzelne Hex- und OKLCH-Werte per Klick kopieren
- Code-Export: Fertige CSS Custom Properties (OKLCH + Hex Fallback) zum Kopieren
- Surface-Demo: Live-Vorschau für Light Mode, Dark Mode und High Contrast Surfaces
- Grau-sicher: Neutrale Eingaben (z.B. #757575) erzeugen saubere Grau-Paletten ohne Farbstich
Verwendung
- index.html im Browser öffnen
- Hex-Farbcode eingeben (mit oder ohne #)
- Modus wählen (Balanced Midpoint / Exact Brand Match)
- Palette generieren — fertig
Zonenstruktur
Technologie
- Reines HTML + CSS + JavaScript (zero dependencies)
- OKLCH ↔ OKLab ↔ Linear sRGB ↔ sRGB Konvertierung
- Binäre Suche für sRGB-Gamut-Clamping
- Parabolische Chroma-Envelope für natürliche Sättigungsverteilung
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http standby-design-mcp https://mcp.standby.design/mcp
Standby Design: common questions
- Is Standby Design MCP server safe?
- Yes, by our scan: it is graded A (90/100). Read the Standby Design safety report
- How do I install Standby Design?
- It runs remotely at mcp.standby.design. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Standby Design need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Standby Design maintained?
- The last commit was in the last day (2026-09-25). The latest release is v0.3.0.
- Is Standby Design up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Standby Design?
- Servers from other publishers that do the same job: Mimic AI MCP server, Miromiro MCP server and Buoy MCP server. Compare all Standby Design alternatives.
Alternatives to Standby Design
Same job from other publishers: the closest match first, then the best rated.
- Mimic AIBuilds Figma from your design system: real components and tokens, enforced, learning every build.not reviewedGrowingA
MiromiroTurn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.not reviewedGrowingA- BuoyDesign tokens and drift checks for coding agents: use the token, not the hardcoded value.not reviewedGrowingA
RavenDesign intelligence for coding agents: audits, design systems, and a taste profile agents consult.not reviewedGrowingB
Agentic Design SystemRender web and SwiftUI evidence, run explicit visual judgment, and trace ADS UI decisions.not reviewedGrowingA