browser automation
Mcp Server Browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
typescript
local
browser automation
Installation
npx -y agent-infra/mcp-server-browserConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-server-browser",
"command": "npx",
"args": [
"-y",
"agent-infra/mcp-server-browser"
]
}About This MCP Server
agent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
GitHub: https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub