Rakitui Ai MCP Server

An intelligent UI component design selection tool built on the Model Context Protocol (MCP). Allows AI assistants to present multiple UI designs for

Local serverstdio

What is the Rakitui Ai MCP server?

Rakitui Ai becomes available to MCP clients through the rakitui ai mcp server. An intelligent UI component design selection tool built on the Model Context Protocol (MCP). Allows AI assistants to present multiple UI designs for user selection.

What Rakitui Ai does

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.

Key capabilities

  • 🤖 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

Tools it exposes

Once connected, the assistant can call this tool directly:

  • Response — The Response tool exposed by this server

Installing the rakitui ai mcp server

The server is distributed via npm as rakitui-ai, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply one environment variable: MINIMAX_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. Rakitui Ai sits in that group, and the shape of its toolset — Response — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by madebyaris.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the rakitui ai mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
ResponseThe Response tool exposed by this server.

How to install the Rakitui Ai MCP server

{
  "mcpServers": {
    "rakitui-ai": {
      "command": "npx",
      "args": ["-y", "rakitui-ai"],
      "env": {
        "MINIMAX_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
MINIMAX_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Rakitui Ai to Response.

Frequently asked questions

It connects Rakitui Ai to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Response) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Rakitui Ai directly.