Connect Figma to Claude Code — Claude can now build designs directly inside your Figma files, generate code from your designs, and capture live UI back into Figma.
The Figma MCP (Model Context Protocol) server is a two-way bridge between Figma and AI tools like Claude Code.
| Requirement | Details |
|---|---|
| Figma account | Remote server works on all seats and plans |
| Figma seat | Full/Dev seat on paid plan recommended for higher rate limits. Starter/View/Collab get 6 tool calls/month |
| Figma file | A Figma Design, Figma Make, or FigJam file with edit or view-only access |
| Claude Code | Installed on your machine (terminal-based) |
| Internet | Required — the remote MCP server is hosted by Figma |
If you don't have Claude Code installed yet:
npm install -g @anthropic-ai/claude-code
Verify it's installed:
claude --version