Mimic AI
Rank #41,197io.github.miapre/mimic-ai
Builds Figma from your design system: real components and tokens, enforced, learning every build.
Mimic AI is a Model Context Protocol (MCP) server published by miapre. It ranks #41,197 of 115,591 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Mimic AI is listed on Official MCP, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 74,394 of 115,591 servers on MCP Toplist.
Use Mimic AI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mimic-ai -- npx -y @miapre/mimic-ai[mcp_servers.mimic-ai]
command = "npx"
args = ["-y", "@miapre/mimic-ai"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mimic-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mimic-ai": {
"command": "npx",
"args": [
"-y",
"@miapre/mimic-ai"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.miapre%2Fmimic-ai)<a href="https://mcptoplist.com/server/io.github.miapre%2Fmimic-ai"><img src="https://mcptoplist.com/badge/io.github.miapre%2Fmimic-ai.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
miapre
Available versions (1)
| Version | Published |
|---|---|
| 3.0.1 | Jul 15, 2026 |
Frequently asked questions
- Who maintains Mimic AI?
- Mimic AI is maintained by miapre, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Mimic AI listed on the Official MCP Registry?
- Yes — Mimic AI is listed on the Official MCP Registry.
- How many versions does Mimic AI have?
- MCP Toplist tracks 1 version of Mimic AI, most recently published on Jul 15, 2026.
- Where can I find the source code for Mimic AI?
- The source code for Mimic AI is hosted at github.com/miapre/mimic-ai.