Figma
Generate diagrams and better code from Figma context
The Figma MCP server helps you pull in Figma context and generate high-quality code that aligns with your codebase and design intent. Use the MCP server to retrieve code resources from Figma Design or Make files, and turn your ideas into production apps.
Key features:
- Generate code from selected frames or nodes - Select a frame in Figma or provide a node URL to have an AI agent turn your design into code.
- Extract design context from layers - Pull out variables, components, and layouts from a design to ensure builds adhere to design patterns.
- Code smarter with Code Connect - Boost output quality by reusing your actual components, the MCP server informs AI agents about existing components derived from Code Connect information.
- Map your flows with diagrams - The Figma MCP server can turn your Claude prompts into flow charts, Gantt charts, or other diagrams in FigJam.
Note: The get_screenshot tool is currently limited to returning a descripton of screenshots in Figma when called in Claude and Claude Code. See developer term here
Connection
Claude Code
claude mcp add --transport http figma-remote-mcp https://mcp.figma.com/mcpConnector URL
https://mcp.figma.com/mcpTools (9)
generate_diagramget_design_contextget_screenshotget_metadatacreate_design_system_rulesget_variable_defsget_code_connect_mapget_figjamwhoamiAbout
Pull in Figma context and generate high-quality code that aligns with your codebase and design intent. Use the connector to retrieve code resources from Figma Design or Make files, and turn your ideas into production apps.
You can use the Figma connector to:
Implement designs as websites:
"Help me implement my Figma design as a website in HTML and CSS"
Generate code from selections with annotations:
"Get code from the Figma selection and make sure to take into account my annotations"
Check variables for issues:
"Get the variables used in my Figma selection, and tell me if there are any issues"
Implement components following codebase standards:
"Help me fetch the navbar behavior from my Figma Make file and implement it following my codebase standards"
Examples

“Can you visualize the proposed data flow in part 2?”

“Visualize how these React components would be structured”