Rakit UI AI
About
An intelligent tool for AI assistants to present multiple UI component designs for user selection.
Details
- Author
- madebyaris
- Categories
- Developer Tools, Design
Jump to
Setup
Install Rakit UI AI in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/madebyaris/rakitui-ai
Follow the installation instructions in the repository README, then restart your MCP client.
An intelligent UI component design selection tool built on the Model Context Protocol (MCP). Generate and compare UI designs using AI, or provide your own designs for selection.
- 🤖AI-Powered Generation- Generate designs from natural language using MiniMax-M2.1
- 🎨Visual Comparison- Side-by-side design comparison in a modern browser interface
- 📱Responsive Preview- Mobile, desktop, and responsive view modes
- 🔍HTML Reference Analysis- Automatically checks design completeness
- 🎯Purpose-Driven- Specify what to include/exclude in designs
- ⚡Real-time Selection- WebSocket support for instant feedback
# Install globally npm install -g rakitui-ai # Set MiniMax API key (for AI generation) export MINIMAX_API_KEY="your-api-key-here" # Run the MCP server rakitui-ai
- Open Settings (Cmd+,orCtrl+,)
- Navigate toMCPsettings
- Add new server:
- Name:rakitui-ai
- Command:rakitui-ai
- Environment Variables:MINIMAX_API_KEY(optional)
{ "mcpServers": { "rakitui-ai": { "command": "rakitui-ai", "env": { "MINIMAX_API_KEY": "your-api-key-here" } } } }
Edit~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "rakitui-ai": { "command": "rakitui-ai" } } }
const result = await tool.execute({ prompt: "Create 3 modern button designs for a SaaS dashboard", style_preference: "clean and professional", framework: "tailwind", component_type: "button", auto_search_reference: true, // Get design references purpose_include: ["hover state", "focus state"], // Must include purpose_exclude: ["animations"], // Must avoid view_mode: "responsive" // mobile | desktop | responsive });
const result = await tool.execute({ design_name_1: "Modern Button", design_html_1: <button class="bg-blue-500 text-white px-4 py-2 rounded">Click me</button>, design_name_2: "Classic Button", design_html_2: <button class="btn btn-primary">Click me</button>, design_name_3: "Minimal Button", design_html_3: <button class="px-4 py-2 border rounded">Click me</button> });
{ "success": true, "selectedDesign": "Modern Button", "selectedDesignHtml": "<button>...</button>", "design_options": [...], "selection_context": { "purpose": {...}, "references": [...], "view_mode": "responsive" } }
- Tailwind CSS
- Bootstrap
- Bulma
- Foundation
- Semantic UI
- Plain CSS
- Buttons (primary, secondary, outlined, with icons)
- Cards (content, featured, compact)
- Forms (inputs, validation, layouts)
- Navigation (bars, menus, responsive)
- Modals (dialogs, confirmations)
- Tables (data, striped, responsive)
- 1,2,3- Quick select design
- Escape- Close zoom view
- Click design - Zoom in for detailed view
- Ensure npm global bin is in your PATH
- Or use full path:/usr/local/bin/rakitui-ai(Mac)
- Restart your IDE completely
- Check MCP server status indicator
- VerifyMINIMAX_API_KEYis set correctly
- Check your MiniMax account has credits
# Clone and install git clone https://github.com/madebyaris/rakitui-ai.git cd rakitui-ai npm install # Build npm run build # Start npm start
MIT License - seeLICENSEfile for details.
- Repository:github.com/madebyaris/rakitui-ai
- Issues:GitHub Issues
- MiniMax API:platform.minimax.io
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
An MCP server that allows AI assistants to interact with Adobe After Effects.
The industry-standard doctrine for safe, observable, and steerable AI agent UX — browse 10 principles, curated examples, and application guides via MCP.
Assists with aki-ui component development and usage.
745+ CSS3 animations and 9,000+ real SVG icons for AI coding agents. 10 MCP tools. Zero-clone setup via npx.
Access comprehensive documentation for Ant Design components, including examples, API references, and best practices.
Provides instant access to Apple's Human Interface Guidelines, with content auto-updated periodically.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





