Back to Developer Tools
Figma to Flutter MCP
An MCP server that provides the AI coding agents Figma Node's Data to write Flutter code rather than generating it out of assumptions. Major feature includes: 1. Assets export: Will download and setup assets from Figma frames directly 2. Widget generation: Will generate flutter widgets and its variants from Figma components 3. Screen generation: By combining above two it will generate full screen from Figma links
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"figma-to-flutter-mcp": {
// See GitHub repository for configuration
}
}
}