安装 Cursor Talk to Figma MCP 需要以下几个步骤:
- Preparing the environment:安装 Bun 工具、Cursor AI 编程工具,并获取 Figma 个人访问令牌
- Download Project:通过 git clone 命令获取源代码
- Installation of dependencies:运行 bun setup 命令安装所需依赖
- Start the server:使用 bun start 命令启动 WebSocket 服务器
- 安装 Figma 插件:在 Figma 中链接项目的 manifest.json 文件
- 手动配置(可选):必要时编辑 ~/.cursor/mcp.json 文件
整个过程需要确保网络畅通,各组件版本兼容。如果遇到问题,可以检查终端日志排查错误。
This answer comes from the articleMCP service for reading and modifying Figma designs using Cursor.The