a year ago
Model Context Protocol (MCP) server that enables AI/LLMs to automate and control a real Chrome browser by connecting to the CodingBaby Extension
Tools
navigate
click
type
press_key
close
scroll
take_screenshot
save_html
set_viewport
area_screenshot
get_saved_screenshots
wait
Server Config
{
"mcpServers": {
"codingbaby-browser-mcp": {
"command": "npx",
"args": [
"-y",
"@sydneyassistent/codingbaby-browser-mcp"
]
}
}
}