Odel
Mimic AI

Mimic AI

Local
@miapre13JavaScriptMITUpdated 1mo ago

Builds Figma from your design system: real components and tokens, enforced, learning every build.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@miapre/mimic-aiv3.0.1

Run

npx -y @miapre/mimic-ai

MCP client config

{
  "mcpServers": {
    "mimic-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@miapre/mimic-ai"
      ]
    }
  }
}