What is the Mimic AI MCP server?
Builds Figma from your design system: real components and tokens, enforced, learning every build.
How to install Mimic AI
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mimic-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Claude Code
claude mcp add mimic-ai -- npx -y @miapre/mimic-aiRelated MCP servers
HTML to Figma — Design System
Maintained
Translate HTML prototypes into Figma using your design system's real components and tokens.
13
View repository →JavaScript
MIT