Skip to main content
Glama

SeedFlip MCPサーバー

AIコーディングエージェントにデザインのセンスを与えましょう。100種類以上の厳選されたデザインシステムで、推測は不要です。

AIエージェントがデザインの方向性を必要とするとき、色やフォントを推測する代わりにSeedFlipを呼び出します。Claude Desktop、Cursor、Claude Code、Windsurf、およびMCP互換ツールで動作します。

インストール

npm install -g seedflip-mcp

またはインストールなしで直接実行します:

npx -y seedflip-mcp

Related 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-mcp

Windsurf

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に提供します。

リンク

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