Connected Design-to-Code Workflow
GitHub Copilot users can now connect to the Figma MCP (Model Context Protocol) server, enabling a seamless workflow that bridges design and development. The integration allows developers to pull design context from Figma directly into their code editor and send rendered UI back to Figma as editable frames for iteration.
Key Capabilities
The integration supports two primary workflows:
- Design to Code: Pull design context from Figma into VS Code while using Copilot, enabling faster code generation based on actual designs
- Code to Design: Send rendered UI from your codebase back to Figma as editable frames, allowing designers to review and iterate on the implementation
This creates a closed-loop workflow where changes can flow in both directions: generate code from a design, iterate the UI in Figma, and pull updates back into your codebase.
Getting Started
Implementation is straightforward:
- Install the Figma MCP server in VS Code
- Connect your Figma account
- Use Copilot to access design context or create editable frames
The feature is available immediately in VS Code, with support for GitHub Copilot CLI coming soon.
Availability
Any developer with a GitHub Copilot subscription can use this integration. The capability is available across all Figma seats and plans, with the remote MCP server enabling the UI capture-to-Figma functionality.