MCP server that builds Figma screens using your real design system components, tokens, and auto-layout. Learns your system and gets better every build.
Server Config
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}