Skip to main content
Glama

Figma MCP Tool

by Echoxiawan

get_figma_styles

Extract style data and CSS from Figma design nodes using file URLs to analyze design elements and generate code for development workflows.

Instructions

根据Figma URL获取节点的样式数据

Input Schema

NameRequiredDescriptionDefault
generateCSSNo是否生成CSS代码
urlYesFigma文件URL,可以包含node-id参数指定特定节点

Input Schema (JSON Schema)

{ "properties": { "generateCSS": { "default": false, "description": "是否生成CSS代码", "type": "boolean" }, "url": { "description": "Figma文件URL,可以包含node-id参数指定特定节点", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Echoxiawan/figma-mcp-full-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server