seedflip-mcp
SeedFlip MCPサーバー
AIコーディングエージェントにデザインのセンスを与えましょう。100種類以上の厳選されたデザインシステムで、推測は不要です。
AIエージェントがデザインの方向性を必要とするとき、色やフォントを推測する代わりにSeedFlipを呼び出します。Claude Desktop、Cursor、Claude Code、Windsurf、およびMCP互換ツールで動作します。
インストール
npm install -g seedflip-mcpまたはインストールなしで直接実行します:
npx -y seedflip-mcpRelated MCP server: AllGoodInsp
セットアップ
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json に追加します:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}Cursor
プロジェクト内の .cursor/mcp.json に追加します:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}Claude Code
claude mcp add seedflip -- npx -y seedflip-mcpWindsurf
MCP設定に追加します:
{
"mcpServers": {
"seedflip": {
"command": "npx",
"args": ["-y", "seedflip-mcp"]
}
}
}ツール
get_design_seed
参照、雰囲気、またはスタイルによって厳選されたデザインシステムを取得します。
ブランド参照: "Stripe", "Vercel", "Linear", "GitHub", "Notion", "Supabase", "Spotify", "Framer", "Resend", "Superhuman", "Raycast", "Arc"
スタイル記述子: "dark minimal", "brutalist", "warm editorial", "neon cyberpunk", "elegant luxury"
エクスポート形式:
tokens(デフォルト),tailwind,css,shadcn,openclaw複数の結果:
count: 3を設定して上位3件の結果を取得します
"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
オプションのタグフィルタリングを使用して、利用可能なシードを閲覧します。
tag: "dark" → All dark mode seeds
tag: "brutalist" → All brutalist seeds
tag: "warm" → All warm-toned seeds提供内容
各シードには、以下の本番環境ですぐに使える値が含まれています:
タイポグラフィ: 見出しと本文のフォントペアリング、ウェイト、文字間隔
カラー: 背景、サーフェス、テキスト、アクセント、ミュート、境界線、グラデーション
シェイプ: ボーダー半径 (sm, default, xl)
奥行き: ボックスシャドウ
デザインの方向性: 完全な美学を記述したAI対応ドキュメント
OpenClawダッシュボードのテーマ設定
SeedFlipには、すぐに使えるOpenClawスキルが含まれています。openclaw形式を使用して、OpenClawのダッシュボードに直接マッピングされたCSS変数取得します:
"theme my dashboard like Stripe" → format: "openclaw"
"dark cyberpunk dashboard" → format: "openclaw"出力には以下が含まれます:
:rootに注入する準備ができた CSS変数名前付きテーマとして保存するための themes.json エントリ
即時プレビュー用の コンソールスニペット
タイポグラフィ用の Google Fonts インポート
完全なOpenClawスキルの定義については SKILL.md を参照してください。
なぜこれが必要か
AIエージェントにはデザインの語彙がないため、すべての「雰囲気でコーディングされた」アプリは同じように見えてしまいます。AIはデフォルトで同じ亜鉛(zinc)パレット、同じ丸みを帯びた角、同じ「モダンミニマリスト」な出力に頼ってしまいます。SeedFlipは、実際の成功したブランドから抽出された100種類以上の厳選されたデザインの方向性をAIに提供します。
リンク
seedflip.co — ブラウザで試す
npm — パッケージページ
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.
This server cannot be installed
Maintenance
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
Curated design references for AI — real CSS values, typography specs, and color palettes.
Anti-slop design taste for AI coding agents: art directions, section code, 0-100 page critic.
A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.
- palateOAuthcom.palatemcp
The taste layer for AI website builders: real design taste from 270+ deeply-analysed sites.
Related MCP Servers
- AlicenseAqualityDmaintenance🎨 AI-powered UI/UX design intelligence - 1519+ curated design resources through MCP | React, Vue, Next.js, Flutter & more714727MIT
- AlicenseNot gradedqualityCmaintenanceStructured 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.1MIT
- AlicenseAqualityAmaintenanceProvides deterministic design style recommendations and structured tokens for AI content generation, with 30 curated styles including color palettes, typography, and visual directives.2170MIT
- AlicenseAqualityCmaintenanceProvides 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.2181MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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