UI-TARS-desktop

GitHub

The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "UI-TARS-desktop": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-UI-TARS-desktop"
      ]
    }
  }
}