Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages using structured accessibility snapshots.
Loading more......
Integrates Playwright with MCP to enable automated web interactions, scraping, and testing across browsers.
An MCP server implementation using Playwright for browser automation and web scraping tasks, enabling automation within the MCP ecosystem. Several projects implement this, including Automata Labs, ExecuteAutomation, and the Playwright Community.
An MCP server paired with a browser extension that allows LLMs to control Firefox browsers.
MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.
Integrates with web browsers to enable automated web scraping, form filling, and interaction with web applications. This is a popular and well-maintained MCP server focused on browser automation.
Provides an async browser automation server using OpenAI's GPT-4o model, enabling remote web navigation, content extraction, and task execution with configurable browser contexts. This is a robust MCP server solution for browser automation.
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages using structured accessibility snapshots.
--vision flag).browser_navigate: Navigate to a URLbrowser_go_back: Go back to previous pagebrowser_go_forward: Go forward to next pagebrowser_click: Click on web page elementbrowser_hover: Hover over elementbrowser_drag: Drag and drop between elementsbrowser_type: Type text into editable elementbrowser_press_key: Press keyboard keybrowser_snapshot: Capture accessibility snapshotbrowser_save_as_pdf: Save page as PDFbrowser_wait: Wait for specified time (up to 10 seconds)browser_close: Close the pagebrowser_navigate, browser_go_back, browser_go_forward, browser_save_as_pdf, browser_wait, browser_close (as above)browser_screenshot: Capture page screenshotbrowser_move_mouse: Move mouse to coordinatesbrowser_click: Click at coordinatesbrowser_drag: Drag and drop between coordinatesbrowser_type: Type text at coordinatesbrowser_press_key: Press keyboard keyThis project is open source and available under the Apache-2.0 license. No pricing or paid plans are listed.