Figma Console MCP
Treat your design system as an API: extract, create and debug in Figma, with two-way token sync.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Design-system teams keeping Figma and code in step with an assistant's help.
You need full capabilities from a web-based AI client; the remote and cloud modes are more limited than local mode.
About Figma Console MCP
Figma Console MCP gives AI assistants access to Figma for extraction, creation, debugging and bidirectional design-token sync. Its local mode can also scan application codebases to inventory components, infer variants and mine de-facto styling into DTCG tokens. It runs through npx with a Figma access token, from a local build, or in read-only remote and cloud modes with different capabilities.
Figma Console MCP is an open-source project written primarily in TypeScript, with 2.4k stars on GitHub. It was last updated in September 2026.
Add Figma Console MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-token> with your own value first.
Claude Code
claude mcp add figma-console-mcp -e 'FIGMA_ACCESS_TOKEN=<your-token>' -- npx -y figma-console-mcp@latestCursor
{
"mcpServers": {
"figma-console-mcp": {
"command": "npx",
"args": ["-y", "figma-console-mcp@latest"],
"env": {
"FIGMA_ACCESS_TOKEN": "<your-token>"
}
}
}
}VS Code
{
"servers": {
"figma-console-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "figma-console-mcp@latest"],
"env": {
"FIGMA_ACCESS_TOKEN": "<your-token>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"figma-console-mcp": {
"command": "npx",
"args": ["-y", "figma-console-mcp@latest"],
"env": {
"FIGMA_ACCESS_TOKEN": "<your-token>"
}
}
}
}Codex
[mcp_servers.figma-console-mcp]
command = "npx"
args = ["-y", "figma-console-mcp@latest"]
env = { FIGMA_ACCESS_TOKEN = "<your-token>" }Figma Console MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Figma Console MCPthis listing | 2.4k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
