An MCP service built on undetected-chromedriver, providing a comprehensive interface for automating Chrome browser control while bypassing anti-bot detection.
Tools
browser_navigate
Navigate to a URL Args: url: The URL to navigate to - required timeout: The timeout for the navigation - optional, default is 30000
browser_screenshot
Take a screenshot of the current page or a specific element Args: name: The name of the screenshot - required, default is "screenshot" storeBase64: Whether to store the screenshot as a base64 string - optional, default is True downloadsDir: The directory to save the screenshot to - optional, default is the user's Downloads directory
browser_click
Click an element on the page Args: selector: The selector of the element to click - required
browser_iframe_click
Click an element inside an iframe on the page Args: iframeSelector: The selector of the iframe - required selector: The selector of the element to click - required