FigmaToCodeMcpServer

rshh-h/FigmaToCodeMcpServer
★ 0 stars TypeScript 🔌 API Integration Updated today
这个仓库实现了一个面向 Figma REST API 的 MCP 服务,把 Figma 节点转换为 `HTML`、`Tailwind`、`Flutter`、`SwiftUI`、`Compose` 代码
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "figmatocodemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "rshh-h/FigmaToCodeMcpServer"
      ]
    }
  }
}