Chrome-DevTools-MCP
Verified Safeby diegorafs
Overview
AI agents control and inspect a live Chrome browser for reliable web automation, in-depth debugging, and performance analysis.
Installation
npx -y chrome-devtools-mcp@latestEnvironment Variables
- DEBUG
Security Notes
The `evaluate_script` tool allows arbitrary JavaScript execution within the browser context, which is a significant security risk if the controlling AI agent or MCP client is compromised. The `upload_file` tool also exposes local file system access. The server explicitly warns in its disclaimers about exposing browser content and sensitive information to MCP clients, requiring responsible usage.
Similar Servers
chrome-devtools-mcp
Allows AI coding agents to control and inspect a live Chrome browser using the Model-Context-Protocol.
inspector
The MCP Inspector is a development tool designed for connecting to, observing, and debugging interactions with MCP (Model Context Protocol) servers. It provides a UI to explore server capabilities (resources, prompts, tools), inspect request/response history, manage authentication (including OAuth 2.0 flows), and handle server-initiated requests like sampling and elicitation.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
rocketship
The Rocketship MCP server acts as a knowledgeable assistant for AI coding agents, providing guidance, examples, schema information, and CLI usage patterns to help them write better Rocketship tests without directly generating code.