loading…
Search for a command to run...
loading…
Give your AI coding agent design taste. 104 curated design seeds with colors, fonts, spacing, and shadows. Query by vibe, brand, or style.
Give your AI coding agent design taste. 104 curated design seeds with colors, fonts, spacing, and shadows. Query by vibe, brand, or style.
Give your AI coding agent design taste. 100+ curated design systems, zero guessing.
When an AI agent needs a design direction, it calls SeedFlip instead of guessing colors and fonts. Works with Claude Desktop, Cursor, Claude Code, Windsurf, and any MCP-compatible tool.
npm install -g seedflip-mcp
Or run directly with no install:
npx -y seedflip-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}
claude mcp add seedflip -- npx -y seedflip-mcp
Add to your MCP config:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}
get_design_seedGet a curated design system by reference, vibe, or style.
tokens (default), tailwind, css, shadcn, openclawcount: 3 to get top 3 matches"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_seedsBrowse available seeds with optional tag filtering.
tag: "dark" → All dark mode seeds
tag: "brutalist" → All brutalist seeds
tag: "warm" → All warm-toned seeds
Each seed includes production-ready values for:
SeedFlip includes a ready-made OpenClaw skill. Use the openclaw format to get CSS variables mapped directly to OpenClaw's dashboard:
"theme my dashboard like Stripe" → format: "openclaw"
"dark cyberpunk dashboard" → format: "openclaw"
The output includes:
:rootSee SKILL.md for the full OpenClaw skill definition.
Every vibe-coded app looks the same because AI agents don't have design vocabulary. They default to the same zinc palette, the same rounded corners, the same "modern minimalist" output. SeedFlip gives them 100+ curated design directions pulled from real, proven brands.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"seedflip-mcp": {
"command": "npx",
"args": []
}
}
}