buyitsydney/CodingBaby-Browser-MCP
If you are the rightful owner of CodingBaby-Browser-MCP 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.
CodingBaby-Browser-MCP is a tool that allows AI assistants to control the Chrome browser for automated tasks using a WebSocket-based communication protocol.
Tools
Functions exposed to the LLM to take actions
navigate
Navigate to a URL
click
Perform click on a web page
type
Type text into focused element
press_key
Press a key or key combination on the keyboard
close
Close the browser
scroll
Scroll the page in a specified direction
set_viewport
Set the viewport configuration of the browser
area_screenshot
Take a screenshot of a specific area of the current page
wait
Wait for a specified number of seconds, with a screenshot of the current page state after waiting
tab_list
List browser tabs
tab_new
Open a new tab
tab_select
Select a tab by index
tab_close
Close a tab
batch
Execute a batch of browser operations in sequence. This powerful tool allows combining multiple actions (click, type, press_key, etc.) into a single command, reducing round-trip time. Ideal for form filling, search operations, and simple navigation sequences.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client