CodingBaby Browser MCP Server

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.

Local serverstdioGo

What is the CodingBaby Browser MCP MCP server?

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.

What CodingBaby Browser MCP does

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.

Key capabilities

  • Browser Automation — Control Chrome browser programmatically to navigate websites, fill forms, and perform clicks
  • Screenshot Capture — Take screenshots of entire pages or specific areas
  • Multi-tab Support — Create, list, select, and close browser tabs
  • Form Interaction — Type text, press keys, and select form elements
  • Batch Commands — Execute multiple browser operations in sequence
  • Viewport Control — Adjust browser window size for responsive testing

Tools it exposes

Once connected, the assistant can call these 11 tools directly:

  • 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

Installing the codingbaby browser mcp mcp server

Setup 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.

Requirements

  • Node.js (v14 or higher) - Chrome browser - Cursor editor with Claude 3.7 Sonnet

Where it fits

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.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • With 11 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use CodingBaby Browser MCP.
  • Maintained by buyitsydney, written in Go.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the codingbaby browser mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
navigateOpen a URL in the browser
clickClick on elements
typeEnter text in form fields
pressKeySimulate keyboard actions
scrollScroll in any direction
takeScreenshotCapture browser content
waitPause execution for specified time
setViewportChange browser window dimensions
batchExecute multiple commands in sequence
closeClose the browser session
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the CodingBaby Browser MCP MCP server

{
  "mcpServers": {
    "CodingBaby-Browser-MCP": {
      "command": "npx",
      "args": ["@sydneyassistent/codingbaby-browser-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (v14 or higher) - Chrome browser - Cursor editor with Claude 3.7 Sonnet

Example prompts to try

  • Use CodingBaby Browser MCP to navigate.
  • Use CodingBaby Browser MCP to click.
  • Use CodingBaby Browser MCP to type.

Frequently asked questions

It connects CodingBaby Browser MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (navigate, click, type, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with CodingBaby Browser MCP directly.