CodingBaby-Browser-MCP is a Model Context Protocol (MCP) tool server designed to communicate with Chrome browser extensions via WebSocket for browser automation control. The server provides multiple functionalities including web navigation, click operations, text input, key simulation, page scrolling, screenshot capture, and more, enabling AI assistants to directly control Chrome browsers for web interaction and data collection. Compared to traditional browser automation tools, CodingBaby-Browser-MCP offers higher browser privileges, better anti-bot mechanism bypassing capabilities, and interactions that more closely resemble real user behavior.
Tools
navigate
click
type
press_key
close
scroll
set_viewport
area_screenshot
wait
tab_list
tab_new
tab_select
tab_close
batch
Server Config
{
"mcpServers": {
"CodingBaby-Browser-MCP": {
"command": "npx",
"args": [
"@sydneyassistent/codingbaby-browser-mcp"
]
}
}
}