Skip to main content
Browser AutomationTypeScript

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser

Claude Desktop configuration example:

{
  "mcpServers": {
    "ui-tars-desktop": {
      "command": "npx",
      "args": [
        "-y",
        "agent-infra/mcp-server-browser"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
bytedance