惊! Cursor MCP 连接 Figma的最新方式! 快收藏起来!!

426 阅读1分钟

最新版本 Cursor MCP 连接Figma 试了好几个帖子都显示No tool 黄色信号灯, 折腾一番后在此分享最新的连接姿势

Figma配置

首先回到主页-> 左上角头像-> settings -> Security

image.png 创建自己的token 分配读写权限 除了Comments 建议其他都可以添加

Cursor 配置

打开Cursor 右上角的齿轮 Setting

image.png 再打开 Tools & Integrations 面板 这时候我们点击Add Custom MCP 配置json 文件 第三个参数(args) 填写figma申请的key

{
  "mcpServers": {
    "Figma MCP PRO": {
      "command": "npx",
      "args": [
        "figma-mcp-pro@latest",
        "--figma-api-key",
        "[your-api-key-here]"
      ],
      "env": {
        "DEBUG": "true"
      }
    }
  }
}

回到设置页面 亮起绿灯 可以开始正常使用了~

image.png