Skip to main content
Glama

SeedFlip MCP-Server

Verleihen Sie Ihrem KI-Coding-Agenten Design-Geschmack. Über 100 kuratierte Design-Systeme, kein Rätselraten mehr.

Wenn ein KI-Agent eine Design-Richtung benötigt, ruft er SeedFlip auf, anstatt Farben und Schriftarten zu erraten. Funktioniert mit Claude Desktop, Cursor, Claude Code, Windsurf und jedem MCP-kompatiblen Tool.

Installation

npm install -g seedflip-mcp

Oder führen Sie es direkt ohne Installation aus:

npx -y seedflip-mcp

Related MCP server: AllGoodInsp

Einrichtung

Claude Desktop

Fügen Sie dies zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "seedflip": {
      "command": "npx",
      "args": ["-y", "seedflip-mcp"]
    }
  }
}

Cursor

Fügen Sie dies zu .cursor/mcp.json in Ihrem Projekt hinzu:

{
  "mcpServers": {
    "seedflip": {
      "command": "npx",
      "args": ["-y", "seedflip-mcp"]
    }
  }
}

Claude Code

claude mcp add seedflip -- npx -y seedflip-mcp

Windsurf

Fügen Sie dies zu Ihrer MCP-Konfiguration hinzu:

{
  "mcpServers": {
    "seedflip": {
      "command": "npx",
      "args": ["-y", "seedflip-mcp"]
    }
  }
}

Tools

get_design_seed

Erhalten Sie ein kuratiertes Design-System nach Referenz, Vibe oder Stil.

  • Markenreferenzen: "Stripe", "Vercel", "Linear", "GitHub", "Notion", "Supabase", "Spotify", "Framer", "Resend", "Superhuman", "Raycast", "Arc"

  • Stil-Deskriptoren: "dark minimal", "brutalist", "warm editorial", "neon cyberpunk", "elegant luxury"

  • Exportformate: tokens (Standard), tailwind, css, shadcn, openclaw

  • Mehrere Ergebnisse: Setzen Sie count: 3, um die Top-3-Übereinstimmungen zu erhalten

"get me a design system like Stripe"
"dark minimal SaaS theme in tailwind format"
"warm editorial blog design"
"give me 3 options for a developer tool"

list_design_seeds

Durchsuchen Sie verfügbare Seeds mit optionaler Tag-Filterung.

tag: "dark"       → All dark mode seeds
tag: "brutalist"  → All brutalist seeds
tag: "warm"       → All warm-toned seeds

Was Sie erhalten

Jeder Seed enthält produktionsreife Werte für:

  • Typografie: Paarung von Überschriften- und Fließtext-Schriftarten, Strichstärken, Buchstabenabstände

  • Farben: Hintergrund, Oberfläche, Text, Akzent, gedämpfte Farben, Rahmen, Verläufe

  • Form: Rahmenradius (sm, default, xl)

  • Tiefe: Box-Schatten

  • Design-Richtung: KI-fertiges Dokument, das die gesamte Ästhetik beschreibt

OpenClaw Dashboard-Theming

SeedFlip enthält einen fertigen OpenClaw-Skill. Verwenden Sie das openclaw-Format, um CSS-Variablen zu erhalten, die direkt auf das Dashboard von OpenClaw gemappt sind:

"theme my dashboard like Stripe" → format: "openclaw"
"dark cyberpunk dashboard" → format: "openclaw"

Die Ausgabe enthält:

  • CSS-Variablen, bereit zum Einfügen in :root

  • themes.json-Eintrag zum Speichern als benanntes Theme

  • Konsolen-Snippet für eine sofortige Vorschau

  • Google Fonts-Import für die Typografie

Siehe SKILL.md für die vollständige Definition des OpenClaw-Skills.

Warum

Jede "Vibe-gecodete" App sieht gleich aus, weil KI-Agenten kein Design-Vokabular haben. Sie greifen standardmäßig auf dieselbe Zink-Palette, dieselben abgerundeten Ecken und denselben "modern minimalist"-Output zurück. SeedFlip gibt ihnen über 100 kuratierte Design-Richtungen, die von echten, bewährten Marken stammen.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    🎨 AI-powered UI/UX design intelligence - 1519+ curated design resources through MCP | React, Vue, Next.js, Flutter & more
    7
    147
    27
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Structured design references from 1,000+ curated websites for AI-powered web design. Retrieve real CSS values, typography specs, color palettes, and design rationale via MCP.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides deterministic design style recommendations and structured tokens for AI content generation, with 30 curated styles including color palettes, typography, and visual directives.
    2
    170
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides 1000+ handcrafted design system themes (colors, typography, components, animations) to inject into AI-generated UI, enabling tools like Claude, ChatGPT, and Cursor to produce polished, non-generic interfaces.
    2
    18
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bockenstette1/seedflip-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server