1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Cursor】MCPサーバーを立ち上げてFigmaデータからコードを自動生成する

Posted at

はじめに

こんにちは、フリーランスエンジニアのRyuです!

Figmaのデータいちいちコピペしてフロント実装するの面倒だな…AIが全部自動で実装してくれないかな…と思ったのでMCPサーバー経由で自動で実装してもらえるようにしてみました。

以下のYoutubeを参考にさせていただきました。
https://www.youtube.com/watch?v=X-aX1TuGP0s

手順

Figmaからアクセストークンを取得

Figma上でアカウントの設定を開きます。

image.png

セキュリティ > 個人アクセストークン から新規トークンを作成し、コピーします。

image.png

CursorでMCPサーバー立ち上げ

ターミナルを開き以下のコマンドを実行します。

npx figma-developer-mcp --figma-api-key=【取得したFigmaアクセストークン】

するとこのようにMCPサーバーが立ち上がり接続が完了します。

image.png

立ち上がったらCursorにこのMCPサーバーを登録してあげます。

Setting > MCP > Add new MCP serverから以下で登録

項目
Name 適当な名前
Type sse
Server URL http://localhost:3333/sse

image.png

CursorにFigmaのMCPサーバーが登録されました。

image.png

試しに

では早速Cursorくんに質問してみましょう!

参考にさせたいFigmaデータを右クリックして選択範囲のリンクをコピーします

image.png

Cursorにリンクを張り付けて内容を聞いてみる

image.png

ちゃんと読み込めてる!

最後に

これでFigmaとCursorを連携できたのでガシガシ自動で実装してもらうだけですね!
ただ、連携してるとはいっても微妙に人の手で修正する必要がある場合もあるみたいです。
でもかなり手間が減るのは間違いありません。

便利な機能がどんどん出てきているので、積極的に活用していきたいです。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?