Builds Figma from your design system: real components and tokens, enforced, learning every build.
claude mcp add mimic-ai -- npx -y @miapre/mimic-ai
claude_desktop_config.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mimic-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.miapre--mimic-ai/reviews or the review_server meta-tool.
POST /mcp