browser_ctl
3.5
Browser CTL MCP Server is an SSE Anthropic based MCP server built on Python Playwright, enabling AI agents to control and interact with web browsers using Chrome.
Top Comments
execute_javascript
Execute JavaScript code in real-time browser using Playwright's evaluate method and return the script's result.
go_to_url
Visit a target URL in real-time browser.
sleep_for
Browser sleep for a random seconds between begin and end.
close_browser
Close the opened browser.
open_browser
Open browser in real-time.
take_browser_screenshot
Capture a screenshot of the current browser page and return a base64-encoded image.
Related MCP Servers
View all browser_automation servers →Fetch
4.9
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.