Chrome Control icon

Chrome Control

Createdlxe

Enables LLM agents to control a local Chrome browser instance programmatically via the Chrome DevTools Protocol (CDP).

About

Chrome Control is a Model Context Protocol (MCP) server that provides fine-grained control over a Chrome browser instance, enabling LLM agents to interact with and manipulate web content without relying on screenshots. It leverages the Chrome DevTools Protocol (CDP) to offer a suite of tools for navigation, element interaction, text manipulation, and page information retrieval. This server facilitates advanced browser automation for AI-driven applications.

Key Features

  • Programmatic navigation, clicking, and typing
  • Implements Model Context Protocol with SSE transport
  • Element interaction by index or CSS selector
  • 7 GitHub stars
  • Fine-grained control over Chrome via CDP
  • Page information retrieval (text, elements, state)

Use Cases

  • AI-driven web scraping
  • LLM-powered browser automation
  • Automated web testing