browser_ctl
If you are the rightful owner of browser_ctl and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
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.
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.