Figma Ui
Freeby MCP Community
Claude Code to Figma — Bidirectional MCP bridge. AI draws UI on Figma canvas, reads designs back. Works with Claude, Cursor, VS Code, Windsurf, Antigravity. No
v2.1.1Added Apr 12, 2026
figmamcpmodel-context-protocolclaudeclaude-code
Figma Ui MCP Server
Claude Code to Figma — Bidirectional MCP bridge. AI draws UI on Figma canvas, reads designs back. Works with Claude, Cursor, VS Code, Windsurf, Antigravity. No
Installation
Reviews
Installation
Quick install
npx -y figma-ui-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-ui": {
"command": "npx",
"args": ["-y", "figma-ui-mcp"]
}
}
}