6 months ago
A Model Context Protocol (MCP) server that provides browser automation capabilities using [Puppeteer](https://pptr.dev). This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
Server Config
{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": [
"@agent-infra/mcp-server-browser"
]
}
}
}