Back to MCP Servers
UI TARS Desktop
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
browser-automationbrowserautomation
By bytedance
Installation
npx -y UI-TARS-desktopConfiguration
{
"mcpServers": {
"UI-TARS-desktop": {
"command": "npx",
"args": ["-y", "UI-TARS-desktop"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes