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@mcpreview.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.
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
deepwiki-mcp
by regenrek
This is an unofficial Deepwiki MCP Server that processes Deepwiki URLs, crawls pages, converts them to Markdown, and returns documents or lists by page.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
fetch-mcp
by zcaceres
This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.