$ timeahead.in
/ servers/npm/figma-developer-mcp
npm

figma-developer-mcp

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

15k stars76k/wkupdated 3d agogithub ↗
87good
▣ Overview

What it does

Connects AI coding agents like Cursor to Figma design files by fetching design metadata and translating it into simplified layout and styling information. Rather than relying on screenshots, the server extracts component structure, text content, and visual properties directly from Figma, allowing AI models to implement designs accurately in a single pass.

Who it's for

Frontend engineers and product developers using AI-powered code editors—particularly Cursor—who want to automate the translation from design file to working code. Useful for teams that rely on Figma as a source of truth and want to eliminate manual UI implementation boilerplate.

Common use cases

  • Paste a Figma link into Cursor and ask it to implement the design end-to-end
  • Convert individual frames or components from Figma to React, Vue, or another framework
  • Automate boilerplate UI scaffolding from design specs without copy-pasting
  • Iterate rapidly by updating Figma and regenerating component code

Setup pitfalls

  • Requires a Figma personal access token, which must be passed via --figma-api-key or FIGMA_API_KEY environment variable—keep it secure and never commit it
  • One secret was detected in scanning—audit token handling in your configuration to ensure credentials are not exposed
  • IDE configuration varies: Cursor uses mcpServers in its config file; Windows requires cmd /c npx while macOS/Linux use direct shell invocation
  • Requires outbound network access to Figma's API; may not work in restricted environments
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
99
19.7
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
86.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "figma-developer": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
5/25/20267/6/2026 · 33 snapshots
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)11
top contributor share74%
releases (1y)20
last release16d ago
median issue response1.4d
ci✓ passing
⛁ Raw data
weekly downloads76k
github stars15k
forks1k
open issues21
license✓ present
readme length4182 chars
last publish0d ago
last commit3d ago
last updated7d ago
install verified✓ pass · 25d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points