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.
Tools
browser_navigate
browser_screenshot
browser_click
browser_form_input_fill
browser_select
browser_hover
browser_evaluate
browser_get_html
browser_get_clickable_elements
browser_get_text
browser_get_markdown
browser_read_links
browser_scroll
browser_go_back
browser_go_forward
browser_tab_list
browser_new_tab
browser_close_tab
browser_switch_tab
browser_press_key
Server Config
{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": [
"@agent-infra/mcp-server-browser"
]
}
}
}