A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
書籍『試して学ぶ Figma MCPサーバー AIを活用したプロダクト開発』のサンプルコードとデザインファイルをまとめたリポジトリです。
本リポジトリは、書籍 『試して学ぶ Figma MCPサーバー ― AIを活用したプロダクト開発』 で使用しているサンプルコードおよび Figma デザインファイルをまとめたものです。
書籍とあわせて利用することで、Figma MCP を活用した開発フローを実際に手を動かしながら学ぶことができます。
try-and-learn-figma-mcp-server-book
├ chapter2
│ ├ section02
│ │ └ mcp.json
│ ├ section03
│ │ └ example-html/
│ │ ├ index.html
│ │ └ style.css
│ └ section04
│ ├ sds/ # https://github.com/figma/sds をベースに書籍の手順に沿って追加
│ │ ├ src/examples/
│ │ │ └ MyLandingPage.tsx # 既存コンポーネントを使ったランディングページ
│ │ └ src/ui/primitives/
│ │ └ Alert/ # 「Alert」コンポーネント
│ └ sds.fig # Simple Design System に Alert を追加した Figma ファイル
└ chapter3
└ section05
└ design.fig
Figma MCPサーバーを利用するための基本設定ファイルです。
Figmaデザインをもとに、静的な HTML / CSS を生成する演習用サンプルです。
sds/(React演習プロジェクト — figma/sds をベースに書籍の手順に沿って追加)sds.fig(Simple Design System に Alert を追加した Figma ファイル)既存プロジェクトに対して Figma MCP を活用し、コンポーネントを生成・拡張する実践例です。
AIが文脈として扱いやすい構造・命名・整理を行ったデザイン例です。
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots