CursorPool
← 返回 MCP 列表
Figma MCP

Figma MCP

读取 Figma 设计稿的结构与样式,辅助还原 UI 与生成组件。

社区·1.4k 次安装·11 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y figma-developer-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp"
      ]
    }
  }
}