AI / ML|Productivity|Development|Cloud|UtilitiesJupyter Notebook

MAI-UI

MAI-UI is a family of GUI agent foundation models designed for real-world centric applications.

Free
N/A rating (0 reviews)0 installs1,770 GitHub stars
GUIAI AgentsReinforcement Learning

MAI-UI includes various models ranging from 2B to 235B parameters, enabling agent-user interaction, device-cloud collaboration, and dynamic reinforcement learning scaling. It achieves state-of-the-art performance in GUI grounding and navigation tasks.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.