Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
AI summary
Auto-generated overview of what this skill does and when to reach for it.
TARS is an open-source multimodal AI agent stack designed to enable human-like task completion across terminals, computers, and browsers by integrating advanced AI models and various real-world tools.
$ npx skillcity@latest bytedance/UI-TARS-desktopAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y ui-tars-desktop
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"ui-tars-desktop": {
"command": "npx",
"args": [
"-y",
"ui-tars-desktop"
]
}
}
}Loading README…