reka-ui (MCP Server)

GitHub

An open-source UI component library for building high-quality, accessible design systems and web apps for Vue. Previously Radix Vue

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "reka-ui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-reka-ui"
      ]
    }
  }
}