Figma Console MCP技能 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Figma Console MCP技能 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Figma Console MCP技能 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/southleft/figma-console-mcp-skills
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"figma-console-mcp--": {
"command": "npx",
"args": ["-y", "figma-console-mcp-skills"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Figma Console MCP技能 执行以下任务... Claude: [自动调用 Figma Console MCP技能 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"figma_console_mcp__": {
"command": "npx",
"args": ["-y", "figma-console-mcp-skills"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
The most powerful Figma Console MCP capabilities, repackaged as Markdown skills for the native Figma MCP server.
The official Figma MCP server is powerful and general-purpose: it reads designs (get_design_context, get_metadata, get_variable_defs, get_screenshot, search_design_system) and writes to Figma through use_figma, which runs Figma Plugin API JavaScript. That flexibility means it can do a great deal — the harder part is doing each design-systems job well and repeatably.
This repo packages that know-how. Each directory is a skill — a Markdown playbook plus ready-to-paste scripts, distilled from the Figma Console MCP — so your agent reliably handles design-systems work without reinventing the Plugin API each session: token export/import (DTCG, CSS, Tailwind…), variable management, component-set analysis, WCAG linting, accessibility audits, version diffing/changelogs, annotations, comments, FigJam, and Slides. Most run through use_figma; a few reach data the Plugin API can't (version history, comments) via the Figma REST API, or analyze code (axe-core).
You do not need to install the Figma Console MCP to use these skills. You only need the native Figma MCP server and (for the four REST skills) a Figma personal access token.
---
A "skill" is just a folder with a SKILL.md file — an open, portable format supported by Claude Desktop, Claude Code, claude.ai (web), Cursor, OpenAI Codex, and Google Gemini CLI. Pick the path that matches how you work.
Two one-time prerequisites (both free, no token): 1. Connect Figma. In your AI tool, add the Figma connector and sign in — this is a one-time OAuth login (see "Do I need a Figma token?" below). 2. Have the official figma-use skill available. It ships with the Figma integration and carries the Figma Plugin API rules these skills build on. These skills extend it.
1. Download this repo: green Code → Download ZIP, then unzip it. 2. Zip a single skill folder — in Finder/Explorer, right-click the figma-export-tokens folder → Compress (no terminal needed). Its SKILL.md must sit at the root of the zip. 3. In Claude, open Settings → Capabilities → Skills (Claude Desktop) or Settings → Skills (claude.ai), choose Create / upload a skill, upload that zip, and toggle it on. Repeat for each skill you want. (Official guide · requires a plan with Skills / code-execution enabled.) 4. In a chat with Figma connected, just ask ("export my Figma variables to CSS") or type /figma-export-tokens.
Every skill is self-contained — its SKILL.md and scripts/ carry everything, so single-folder zips work with no broken links. This path can't run the 4 REST skills (version history, changelog, blame, comments) — they need a terminal (Option B).
```bash git clone https://github.com/southleft/figma-console-mcp-skills.git cd figma-console-mcp-skills
Same folders — drop them in that tool's skills directory (e.g. .codex/skills/, .gemini/skills/; check the tool's docs). The SKILL.md format is portable across all of them.
---
| Skill | What it does |
|---|---|
[figma-analyze-component-set](figma-analyze-component-set) | Extract a variant **state machine** + CSS pseudo-class mapping + per-variant visual diffs for code gen. |
[figma-arrange-component-set](figma-arrange-component-set) | Organize variants into a labeled grid container. |
[figma-component-properties](figma-component-properties) | Add/edit/delete component properties; instantiate + set instance properties. |
[figma-design-system-inventory](figma-design-system-inventory) | One-call unified extraction: tokens + components + styles + visual specs. |
[figma-deep-component](figma-deep-component) | Unlimited-depth component tree with resolved tokens, mainComponent refs, reactions. |
Do I need the Figma Console MCP installed? No. These skills run on the native Figma MCP. They're distilled from the Console MCP's implementation so you get the capabilities without the extra server.
Why is use_figma enough for tokens/variables/components? Because use_figma executes the Figma Plugin API in the file context — the same API the Console MCP's Desktop Bridge uses. The scripts here are that logic, rewritten for the use_figma idiom.
Why do four skills need a token? Version history and comments live only in Figma's REST API, which the Plugin API (and therefore use_figma) can't reach. See references/rest-api-setup.md.
My script errored on the first use_figma call. Failed scripts are atomic — nothing was applied. Read the error, fix, retry. See references/use-figma-conventions.md.
---
该技能包提供了强大的Figma Console MCP功能,重包装为Markdown技能,提高设计效率和可访问性,但需要进一步优化和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Figma Console MCP技能 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | figma-console-mcp-skills |
| 原始描述 | 开源MCP工具:The most powerful Figma Console MCP capabilities, repackaged as Markdown skills 。⭐10 · JavaScript |
| Topics | mcpaccessibilityai-tools |
| GitHub | https://github.com/southleft/figma-console-mcp-skills |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-06-01 · 更新时间:2026-06-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端