有新東西就是要來快速嘗試一下~~ 注意 cursor 要是付費版才能使用
至 GitHub clone 專案 Cursor Talk to Figma MCP
然後遵循 README:Get Started 開始
它需要安裝 bun 套件管理工具
1 | curl -fsSL https://bun.sh/install | bash |
需要在你的專案根目錄執行:
1 | cd /path/to/your/cursor-talk-to-figma-mcp |
1 | # 啟動 WebSocket server(必須持續執行) |
1 | // Add the server to your Cursor MCP configuration in ~/.cursor/mcp.json: |
以下為圖示:
從 Figma 的官網下載 :https://www.figma.com/downloads/
在第一次設定:選擇左上角的 Figma Icon,點選「Plugins」→「Development」→「Import plugin from manifest」
- 在 Figma 中,點選選單 → Plugins → Development → Import plugin from manifest
- 指定並選取專案中的
src/cursor_mcp_plugin/manifest.json
檔案 - 完成後,該外掛就會出現在你的 Figma Development Plugins 列表中,可以直接使用了。
此外,要注意 cursor 連線,當你有成功連接 mcp 會有綠點,且呈現 Enable:
確定與 figma 連線成功:
執行:talk fo figma , channel id: {你的 channel id}
接著你就可以告訴他你要做得 figma 內容,像是我的指令
1 | 設計一個 管理ai prompt 桌面版,請提出以下方式讓我完成 應用程式 所有需要的設計: |
但是他只幫我產出簡單的 layout,要做出一設計稿還是很有大難度
參考:
https://muki.tw/figma-mcp-server-cursor/
使用 https://github.com/GLips/Figma-Context-MCP
閱讀 Readme: Connecting to Cursor
1.在自己終端機:
1 | npx figma-developer-mcp --figma-api-key=<your-figma-api-key> |
- -figma-api-key 要到 figma 登入後,點擊頭像 settings → security → create new token
2.到 Cursor → Cursor settings → mcp
1 | { |
3.可以回到 figma ,要選擇你要的畫面
注意你在本地,要先建立好一 react 專案
1 | npm create vite@latest my-react-app -- --template react |
然後到 cursor → cd my-react-app → chat 貼上:
1 | @https://www.figma.com/design/lImjbdZmdV25TQ23glGfvV/Locofy-Sample-Project---FickleFlight-(Community)?node-id=1003-3841&t=CNAo85NCrYNAJpJ6-4 |
在該 cursor 專案:
以下,可以看到他做的切版:
我參照的 figma template : Locofy Sample Project - FickleFlight (Community)