Skip to content
Grok

Mimic AI for Grok

io.github.miapre/mimic-ai

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

client:Grok transport:stdio runtime:npm

Install Mimic AI in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Mimic AI in other clients