Mimic AI for Cursor
io.github.miapre/mimic-ai
Builds Figma from your design system: real components and tokens, enforced, learning every build.
client:Cursor
transport:stdio
runtime:npm
Install Mimic AI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mimic-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs