Enables AI agents to control Chrome browser tabs through a dedicated Model Context Protocol (MCP) server and browser extension.
Sponsored
Chrome is an MCP (Model Context Protocol) server designed to bridge the gap between AI agents, such as godex, and web browsers. It facilitates robust interaction by allowing AI agents to directly control Chrome tabs via a custom browser extension. The architecture involves a daemon server handling WebSocket communication between the MCP server and the extension, enabling push commands for a variety of browser automation tasks, from extracting page content and executing JavaScript to managing tab connections and taking screenshots. This empowers AI agents to perform complex web interactions and data collection efficiently within a real browser environment.
Key Features
01Extract structured DOM overview and readable page content
02Execute custom JavaScript in page context
03Capture page screenshots
040 GitHub stars
05Control Chrome tabs via WebSocket from AI agents
06Find and interact with specific DOM elements
Use Cases
01Automating web tasks and workflows with AI agents
02Enabling AI agents to browse and interact with web pages dynamically
03Collecting structured data and content from websites under AI control