A
securityF
licenseA
qualityEnables seamless interaction with Figma via the Model Context Protocol, allowing LLM applications to access, manipulate, and track Figma files, components, and variables.
Last updated -
2
69
132
TypeScript
连接到 Figma 的 API 的模型上下文协议 (MCP) 服务器,允许 AI 工具和 LLM 访问和使用您的 Figma 设计。
.env
文件:~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
创建或编辑 Cursor 的 MCP 配置文件:
~/Library/Application Support/Cursor/mcp.json
%APPDATA%\Cursor\mcp.json
.cursor
目录:mcp.json
文件:工具 | 描述 |
---|---|
get-file-info | 获取有关 Figma 文件的基本信息 |
get-nodes | 从 Figma 文件中获取特定节点 |
get-components | 从 Figma 文件获取组件信息 |
get-styles | 从 Figma 文件获取样式信息 |
get-comments | 从 Figma 文件获取评论 |
search-file | 按类型、名称等搜索 Figma 文件中的元素。 |
extract-text | 从 Figma 文件中提取所有文本元素 |
analyze-design-system
- 分析设计系统组件和样式的一致性extract-ui-copy
- 从设计中提取并组织所有 UI 副本generate-dev-handoff
- 根据设计生成开发交接文档与 Claude 一起使用:
与游标一起使用:
多变的 | 描述 | 默认 |
---|---|---|
FIGMA_API_TOKEN | 您的 Figma 个人访问令牌 | (必需的) |
API_KEY | API 身份验证的安全密钥 | (必需的) |
TRANSPORT_TYPE | 传输方法( stdio 或sse ) | stdio |
PORT | SSE运输港口 | 3000 |
此 MCP 服务器:
欢迎贡献代码!欢迎提交 Pull 请求。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohammeduvaiz/figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server