关于
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.
主要功能
- 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)
使用案例
- AI-driven web scraping
- LLM-powered browser automation
- Automated web testing