CodingBaby-Browser-MCP is a powerful tool that enables AI assistants like Claude 3.7 Sonnet in Cursor to control Chrome browser for automated tasks.
If you want an AI assistant working directly with CodingBaby Browser MCP, the codingbaby browser mcp mcp server is the bridge. CodingBaby-Browser-MCP is a powerful tool that enables AI assistants like Claude 3.7 Sonnet in Cursor to control Chrome browser for automated tasks. This tool bridges the gap between AI and web browser interaction through a WebSocket-based communication protocol.
CodingBaby-Browser-MCP is a powerful tool that enables AI assistants like Claude 3.7 Sonnet in Cursor to control Chrome browser for automated tasks. This tool bridges the gap between AI and web browser interaction through a WebSocket-based communication protocol.
Once connected, the assistant can call these 11 tools directly:
navigate — Open a URL in the browserclick — Click on elementstype — Enter text in form fieldspressKey — Simulate keyboard actionsscroll — Scroll in any directiontakeScreenshot — Capture browser contentwait — Pause execution for specified timesetViewport — Change browser window dimensionsbatch — Execute multiple commands in sequenceclose — Close the browser sessionPrerequisites — The Prerequisites tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. CodingBaby Browser MCP sits in that group, and the shape of its toolset — navigate, click, type among others — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| navigate | Open a URL in the browser |
| click | Click on elements |
| type | Enter text in form fields |
| pressKey | Simulate keyboard actions |
| scroll | Scroll in any direction |
| takeScreenshot | Capture browser content |
| wait | Pause execution for specified time |
| setViewport | Change browser window dimensions |
| batch | Execute multiple commands in sequence |
| close | Close the browser session |
| Prerequisites | The Prerequisites tool exposed by this server. |
{
"mcpServers": {
"CodingBaby-Browser-MCP": {
"command": "npx",
"args": ["@sydneyassistent/codingbaby-browser-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.