.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/southleft/figma-console-mcp
home/mcp-servers/southleft/figma-console-mcp
southleft avatar

figma-console-mcp

bysouthleft· 1 MCP server

Installs

100k

Stars

2.1k

Forks

227

Category

UX UI & Design

View on GitHub

TL;DR

> Your design system as an API. Model Context Protocol server that bridges design and development—giving AI assistants complete access to Figma for extraction, creation, debugging, and bidirectional token sync.

How to install figma-console-mcp?

southleft/figma-console-mcp
$git clone https://github.com/southleft/figma-console-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install figma-console-mcp by running `git clone https://github.com/southleft/figma-console-mcp`, then use it for the current task and follow its documentation at https://github.com/southleft/figma-console-mcp.

Files · 1

View on GitHub
README.md
1# Figma Console MCP Server
2 
3[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io/)
4[![npm](https://img.shields.io/npm/v/figma-console-mcp)](https://www.npmjs.com/package/figma-console-mcp)
5[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6[![Documentation](https://img.shields.io/badge/docs-docs.figma--console--mcp.southleft.com-0D9488)](https://docs.figma-console-mcp.southleft.com)
7[![Sponsor](https://img.shields.io/badge/Sponsor-southleft-ea4aaa?logo=github-sponsors&logoColor=white)](https://github.com/sponsors/southleft)
8 
9> **Your design system as an API.** Model Context Protocol server that bridges design and development—giving AI assistants complete access to Figma for **extraction**, **creation**, **debugging**, and **bidirectional token sync**.
10 
11> **🆕 Target Lock for Parallel Work (v1.36.0):** `figma_navigate` now takes a `lock: true` flag that pins the active file — so an AI agent can keep working in one Figma file while you work in another, without commands silently routing to the wrong file. New connections, reconnects, and your own selection/page changes in other files no longer move the target; the pin auto-releases if that file disconnects. `figma_list_open_files` reports a `targetLocked` flag for a pre-write guard. Server-only release — **no plugin re-import needed**. [See what's new →](CHANGELOG.md#1360---2026-07-16)
12 
13## What is this?
14 
15Figma Console MCP connects AI assistants (like Claude) to Figma, enabling:
16 
17- **🎨 Design system extraction** - Pull variables, components, and styles
18- **🔁 Bidirectional token sync** - Export Figma variables to DTCG JSON (legacy or 2025.10 dialect) + 9 more formats; push code-side edits back to Figma with full apply — creates, renames, alias re-targeting, and replace-gated deletes. Replaces Style Dictionary and Tokens Studio's export pipeline.
19- **📸 Visual debugging** - Take screenshots for context
20- **✏️ Design creation** - Create UI components, frames, and layouts directly in Figma — including one-call component-set creation from a variant axes matrix
21- **🔧 Variable management** - Create, update, rename, and delete design tokens
22- **🕰 Version history & time-series awareness** - List versions, diff snapshots, generate markdown changelogs, trace property/variant introduction via binary-search blame
23- **⚡ Real-time monitoring** - Watch console logs from the Desktop Bridge plugin
24- **📌 FigJam boards** - Create stickies, flowcharts, tables, and code blocks on collaborative boards
25- **🎞️ Slides presentations** - Build and manage Figma Slides decks programmatically
26- **♿ Accessibility scanning** - 14 WCAG design checks with conformance level tagging, component scorecards, axe-core code scanning, design-to-code parity
27- **🛡 Cross-MCP identity** - Every tool response carries `_mcp: "figma-console-mcp"` and errors are prefixed `[figma-console-mcp]` so attribution stays unambiguous in agents running multiple Figma MCPs
28- **☁️ Cloud Write Relay** - Web AI clients (Claude.ai, v0, Replit) can design in Figma via cloud pairing
29- **🔄 Four ways to connect** - Remote SSE, Cloud Mode, NPX, or Local Git
30 
31---
32 
33## ⚡ Quick Start
34 
35### Choose Your Setup
36 
37**First, decide what you want to do:**
38 
39| I want to... | Setup Method | Time |
40|--------------|--------------|------|
41| **Create and modify designs with AI** | [NPX Setup](#-npx-setup-recommended) (Recommended) | ~10 min |
42| **Design from the web** (Claude.ai, v0, Replit, Lovable) | [Cloud Mode](#-cloud-mode-web-ai-clients) | ~5 min |
43| **Contribute to the project** | [Local Git Setup](#for-contributors-local-git-mode) | ~15 min |
44| **Just explore my design data** (read-only) | [Remote SSE](#-remote-sse-read-only-exploration) | ~2 min |
45 
46### ⚠️ Important: Capability Differences
47 
48| Capability | NPX / Local Git | Cloud Mode | Remote SSE |
49|------------|-----------------|------------|------------|
50| Read design data | ✅ | ✅ | ✅ |
51| **Create components &

Preview

southleft/figma-console-mcpsouthleft/figma-console-mcp

# Figma Console MCP Server

[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io/)

[![npm](https://img.shields.io/npm/v/figma-console-mcp)](https://www.npmjs.com/package/figma-console-mcp)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Reposouthleft/figma-console-mcp
TypeMCP Servers
CategoryUX UI & Design
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaidesign-systems

Related

6 picks
Type
  1. glips avatarfigma-context-mcpGive your coding agent access to your Figma data. Implement designs in any framework in one-shot.MCP ServersJul 2026336k16k
  2. tercumantanumut avatarsunnysidefigma-context-mcpModel Context Protocol server for Figma integrationMCP ServersApr 2026336k39
  3. neka-nat avatarfreecad-mcpFreeCAD MCP(Model Context Protocol) serverMCP ServersJul 202620k1.5k
  4. dembrandt avatardembrandtExtract design tokens and publicly visible CSS information from any websiteMCP ServersJul 20268.8k2.2k
  5. 8beeeaaat avatartouchdesigner-mcpMCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agentsMCP ServersJul 20266.4k451
  6. grab avatarcursor-talk-to-figma-mcpCursor Talk to Figma MCPMCP ServersJul 20265.7k6.9k