Chrome-DevTools-MCP
Verified Safeby diegorafs
Overview
Enables AI coding agents to control and inspect a live Chrome browser for reliable web automation, in-depth debugging, and performance analysis.
Installation
npx -y chrome-devtools-mcp@latestSecurity Notes
The server's primary function is to expose browser control (including arbitrary JavaScript execution via `page.evaluate` in the browser context) to an MCP client. While this is the intended and transparent design, it means a compromised or malicious MCP client could leverage this power to perform actions within the controlled browser. The project explicitly outlines these disclaimers, emphasizing responsible usage.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
mcp-chrome
Transforms the Chrome browser into an AI-controlled automation tool, enabling large language models to interact with web pages, analyze content, and manage browser functions.
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.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.