browser_ctl

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.