Mimic AI MCP Server

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

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-15 · ★ 13 · #42 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Mimic AI

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add miapre-mimic-ai -- npx -y @miapre/mimic-ai

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @miapre/mimic-ai - published under the repo owner's npm scope (@miapre)

registry namespace io.github.miapre is GitHub-verified and matches the repo owner

03 · What Mimic AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-07-14

Breaking release: the tool surface is consolidated from 58 tools to 26. · Modern MCP hosts defer and search large tool sets, so a lean surface with precise, self-contained descriptions gets picked up better and burns…

v2.1.0 · 2026-07-14

The biggest release since v2 stable: a full internal audit followed by same-day remediation of everything it found, plus a rebuilt learning system. · Security · Fixed three audit findings, including a HIGH: the…

v1.2.0 · 2026-04-23

Learns your design system. Builds with it. Gets better every time. · New tools · Build report generator - DS compliance, learned patterns, gap recommendations as a shareable report (markdown or HTML) · DESIGN.md…

04 · Who maintains Mimic AI

Mimic AI is maintained by miapre. We track 2 MCP servers from miapre - 2 actively maintained, 26 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from miapre.

  1. HTML to Figma - Design System Translate HTML prototypes into Figma using your design system's real components and tokens. ★ 13

05 · Facts

category
design - ranked #42 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-14)
registry
io.github.miapre/mimic-ai (active, first published 2026-07-15)
packages
npm:@miapre/mimic-ai

06 · Mimic AI FAQ

What is Mimic AI?

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

Is Mimic AI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-15 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Mimic AI?

Run `npx -y @miapre/mimic-ai`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Mimic AI run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mimic AI