MCPFast / Tools / Rust MCP Server for Chrome CDP Control and Interactive JS Debugging

GitHubMCP★★★★☆

Rust MCP Server for Chrome CDP Control and Interactive JS Debugging

An open-source Rust MCP server providing full Chrome DevTools Protocol control and enabling interactive JavaScript debugging.

View on GitHub

Rust MCP Server for Chrome CDP Control and Interactive JS Debugging

This open-source Rust MCP server offers a robust solution for developers needing deep integration with Chrome's debugging capabilities. It leverages the Chrome DevTools Protocol (CDP) to provide programmatic control over browser instances, enabling sophisticated automation and debugging workflows. Designed for efficiency and reliability, this tool is an essential component for building advanced AI-driven browser interactions and debugging complex JavaScript environments.

What it Does

The Rust MCP server acts as a bridge between your applications and the Chrome browser. It implements the Chrome DevTools Protocol, allowing you to send commands and receive events from a running Chrome instance. This enables you to automate browser actions, inspect page content, monitor network requests, and, crucially, perform interactive JavaScript debugging directly from your development environment. By running as an MCP server, it integrates seamlessly into existing MCP-based agent architectures.

Key Features

Who it's For

This tool is specifically targeted at AI builders, software developers, and QA engineers who require advanced browser automation and debugging capabilities. It is ideal for those working on projects involving: