Description

Provides web search capabilities through multiple search engines including browser-based search automation. Part of ByteDance's UI-TARS-desktop agent infrastructure, supporting various search providers for enabling AI agents to access current web information and conduct research workflows.

Installation

git clone https://github.com/bytedance/ui-tars-desktop/tree/HEAD/packages/agent-infra/mcp-servers/search

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "search-ui-tars": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}