Figma-Context-MCP is a server implementation that bridges AI assistants with the Figma design platform, enabling direct access to Figma file data through the MCP protocol. It transforms complex Figma API responses into simplified, structured design information that includes layout properties, styling, and text content, making it easier for AI assistants to understand and reason about design files. The server provides tools for retrieving complete Figma files or specific nodes, downloading images, and processing design hierarchies - making it particularly valuable for design review workflows, code generation from designs, and collaborative design discussions.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
获取Figma文件或特定节点的信息。参数:fileKey(Figma文件的密钥),nodeId(节点ID,强烈推荐使用),depth(遍历节点树的深度)
下载Figma文件中的图片和图标资源。参数:fileKey(包含节点的Figma文件密钥),nodes(要获取的图像节点数组),localPath(项目中存储图像的目录路径)