figma-mcp.md

Figma MCP

from"figma"
1.4k

Figma design platform integration for UI/UX workflows

Productivity
FigmadesignUIcollaboration
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