Chrome Debug Protocol

Provides browser automation capabilities through Chrome's debugging protocol with session persistence, enabling web scraping, testing, and automation tasks with tools for screenshots, navigation, element interaction, and content retrieval.

View Source
7 stars
0 tools
Created Aug 2025
@rainmen-xia/rainmen-xia-chrome-debug-protocol-chrome-debug-mcp

About

Provides browser automation capabilities through Chrome's debugging protocol with session persistence, enabling web scraping, testing, and automation tasks with tools for screenshots, navigation, element interaction, and content retrieval.

Categories

general

Installation

npm

npm install @rainmen-xia/rainmen-xia-chrome-debug-protocol-chrome-debug-mcp

Configuration

{ "mcpServers": { "rainmen-xia-chrome-debug-protocol-chrome-debug-mcp": { "command": "npx", "args": [ "-y", "@rainmen-xia/rainmen-xia-chrome-debug-protocol-chrome-debug-mcp" ] } } }