The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ui-tars-desktop": {
"command": "npx",
"args": [
"-y",
"bytedance/UI-TARS-desktop"
]
}
}
}
Run in terminal:
claude mcp add ui-tars-desktop npx -y bytedance/UI-TARS-desktop
Add to .cursor/mcp.json:
{
"mcpServers": {
"ui-tars-desktop": {
"command": "npx",
"args": [
"-y",
"bytedance/UI-TARS-desktop"
]
}
}
}