npm standby-design-mcpstreamable-httpMITupdated 1mo ago
Multi-Tool-Hub unter standby.design — kleine Tools für Designer und Entwickler. Kein Framework, kein Build-Step, reines HTML/CSS/JS.
What can you do with standby design mcp?
standby.design
Multi-Tool-Hub unter standby.design — kleine Tools für Designer und Entwickler. Kein Framework, kein Build-Step, reines HTML/CSS/JS.
Struktur
/
├── index.html # Hub-Seite (standby.design)
├── color/
│ └── index.html # Color Palette Generator (standby.design/color)
├── Dockerfile
├── nginx.conf
├── docker-compose.yml
└── deploy.sh
Deployment (Hetzner + Docker + nginx)
./deploy.sh
Setzt 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.htmlim Browser öffnen- Hex-Farbcode eingeben (mit oder ohne
#) - Modus wählen (Balanced Midpoint / Exact Brand Match)
- Palette generieren — fertig
Zonenstruktur
| Steps | Zone | Verwendung |
|---|---|---|
| 25–100 | Light Surfaces | Hintergründe, Cards, Elevated (Light) |
| 200–800 | Core Palette | Buttons, Links, Akzente, Text |
| 825–875 | Dark Surfaces | Hintergründe, Cards (Dark Mode) |
| 900–975 | High Contrast | Hintergründe (High Contrast Dark) |
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
Install
Add standby design mcp to your client. Pick the one you use.
{
"servers": {
"standby-design-mcp": {
"type": "http",
"url": "https://mcp.standby.design/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add standby-design-mcp -- npx -y standby-design-mcpcodex mcp add standby-design-mcp -- npx -y standby-design-mcpamp mcp add standby-design-mcp -- npx -y standby-design-mcp{
"mcpServers": {
"standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"standby-design-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"standby-design-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y standby-design-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.5Latest | Jul 2, 2026 |
| 0.1.4 | Jul 2, 2026 |
| 0.1.3 | Jul 2, 2026 |
| 0.1.2 | Jun 12, 2026 |