browser_ctl

browser_ctl

3.2

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.

The Browser CTL MCP Server is designed to facilitate the interaction of AI agents with web browsers, specifically using the Chrome browser. Built on Python Playwright, this server provides a suite of tools that allow for real-time browser control, including executing JavaScript, navigating to URLs, and managing browser states such as opening, closing, and taking screenshots. The server operates with a default info log level and is accessible via a specified endpoint. It is designed to be easily set up and run on both Linux and Windows platforms, with detailed installation instructions provided.

Features

  • Real-time JavaScript execution in the browser using Playwright's evaluate method.
  • Ability to navigate to specified URLs in real-time.
  • Control over browser state with open and close functionalities.
  • Capability to capture and return screenshots of the current browser page.
  • Randomized sleep function to pause browser activity for a specified duration.

Tools

  1. execute_javascript

    Execute JavaScript code in real-time browser using Playwright's evaluate method and return the script's result.

  2. go_to_url

    Visit a target URL in real-time browser.

  3. sleep_for

    Browser sleep for a random seconds between begin and end.

  4. close_browser

    Close the opened browser.

  5. open_browser

    Open browser in real-time.

  6. take_browser_screenshot

    Capture a screenshot of the current browser page and return a base64-encoded image.