Figma MCP
读取 Figma 设计稿的结构与样式,辅助还原 UI 与生成组件。
安装命令
终端
npx -y figma-developer-mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}读取 Figma 设计稿的结构与样式,辅助还原 UI 与生成组件。
npx -y figma-developer-mcp{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}