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.
CodingBaby-Browser-MCP is a robust tool designed to enable AI assistants, such as Claude 3.7 Sonnet in Cursor, to control the Chrome browser for performing automated tasks. It acts as a bridge between AI and web browser interaction through a WebSocket-based communication protocol. The tool is composed of two main components: an MCP Tool Server, which is a Node.js server implementing the Model Context Protocol (MCP) to communicate with AI assistants, and a Chrome Extension that receives commands from the MCP server to control the browser. This setup allows for browser automation, including navigation, form interaction, and multi-tab support, among other features.
Features
- 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.
Tools
MCP Tool Server
A Node.js server that implements the Model Context Protocol (MCP) to communicate with AI assistants in Cursor.
Chrome Extension
A browser extension that receives commands from the MCP server and controls the browser.