PluginBench
MCP Server

memi MCP Server

io.github.sarveshsea/memi

What is the memi MCP server?

Design-system memory for coding agents — Figma tokens, shadcn/ui codegen, Tailwind audits.

How to install memi

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": {
    "memi": {
      "command": "npx",
      "args": [
        "-y",
        "@memi-design/cli",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memi": {
      "command": "npx",
      "args": [
        "-y",
        "@memi-design/cli",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memi": {
      "command": "npx",
      "args": [
        "-y",
        "@memi-design/cli",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memi-design/cli",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Claude Code
claude mcp add memi -- npx -y @memi-design/cli mcp start --no-figma

Related MCP servers

Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools.

View repository →