figma-official-mcp.md

Figma MCP (Official)

UI AppFeatured
from"figma"
3.5k

Official Figma MCP server for design-to-code with design system context

Developer Tools
Figmadesignofficialcode gen
install.sh
# Clone the repository
$git clone https://github.com/figma/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve