
Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude
Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. A CLI is also provided for use without MCP.
·
Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot)
control and inspect a live Chrome browser. It acts as a Model-Context-Protocol
(MCP) server, giving your AI coding assistant access to the full power of
Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.
A CLI is also provided for use without MCP.
Tool reference | Changelog | Contributing | Troubleshooting | Design Principles
chrome-devtools-mcp exposes content of the browser instance to the MCP clients
allowing them to inspect, debug, and modify any data in the browser or DevTools.
Avoid sharing sensitive or personal information that you don't want to share with
MCP clients.
chrome-devtools-mcp officially supports Google Chrome and Chrome for Testing only.
Other Chromium-based browsers may work, but this is not guaranteed, and you may encounter unexpected behavior. Use at your own discretion.
We are committed to providing fixes and support for the latest version of Extended Stable Chrome.
Performance tools may send trace URLs to the Google CrUX API to fetch real-user
experience data. This helps provide a holistic performance picture by
presenting field data alongside lab data. This data is collected by the Chrome
User Experience Report (CrUX). To disable
this, run with the --no-performance-crux flag.
Google collects usage statistics (such as tool invocation success rates, latency, and environment information) to improve the reliability and performance of Chrome DevTools MCP.
Data collection is enabled by default. You can opt-out by passing the --no-usage-statistics flag when starting the server:
"args": ["-y", "chrome-devtools-mcp@latest", "--no-usage-statistics"]Google handles this data in accordance with the Google Privacy Policy.
Google's collection of usage statistics for Chrome DevTools MCP is independent from the Chrome browser's usage statistics. Opting out of Chrome metrics does not automatically opt you out of this tool, and vice-versa.
Collection is disabled if CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS or CI env variables are set.
By default, the server periodically checks the npm registry for updates and logs a notification when a newer version is available.
You can disable these update checks by setting the CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS environment variable.
Add the following config to your MCP client:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}[!NOTE] Using
chrome-devtools-mcp@latestensures that your MCP client will always use the latest version of the Chrome DevTools MCP server.
If you are interested in doing only basic browser tasks, use the --slim mode:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest", "--slim", "--headless"]
}
}
}See Slim tool reference.
For setup instructions specific to your editor or agent (e.g. Antigravity, Claude Code, Cursor, VS Code), please see our Client Configurations Guide.
Enter the following prompt in your MCP Client to check if everything is working:
Check the performance of https://developers.chrome.comYour MCP client should open the browser and record a performance trace.
[!NOTE] The MCP server will start the browser automatically once the MCP client uses a tool that requires a running browser instance. Connecting to the Chrome DevTools MCP server on its own will not automatically start the browser.
If you run into any issues, checkout our troubleshooting guide. See the full Tool Reference for a complete list of all supported MCP capabilities.
Find the complete list of server parameters (e.g., --headless, --isolated, --slim) and how to configure WebSocket connections in the Configuration Guide.
For advanced features such as handling concurrent sessions, persistent user data directories, connecting to a running Chrome instance instead of starting a new one, or debugging on Android, see our Advanced Usage Guide.
If you are developing agentic tooling and want to provide an integrated browser subagent as part of your product, we recommend building on top of Chrome DevTools for agents.
For a reference implementation, see the Gemini CLI browser agent documentation.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest{
"mcpServers": {
"chrome-devtools": {
"args": [
"-y",
"chrome-devtools-mcp@latest"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"chrome-devtools","args":["-y","chrome-devtools-mcp@latest"],"command":"npx"}'[mcp_servers.chrome-devtools]
command = "npx"
args = ["-y", "chrome-devtools-mcp@latest"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/chrome-devtools-mcp to learn what the "Chrome DevTools MCP" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Connect LLMs and AI agents to Auth0 Management APIs via an MCP server. Use natural-language commands
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps,
chrome-devtools-mcp-v1.8.0chrome-devtools-mcp: v1.8.0Release noteschrome-devtools-mcp-v1.7.0chrome-devtools-mcp: v1.7.0Release noteschrome-devtools-mcp-v1.6.0chrome-devtools-mcp: v1.6.0Release noteschrome-devtools-mcp-v1.5.0chrome-devtools-mcp: v1.5.0Release noteschrome-devtools-mcp-v1.4.0chrome-devtools-mcp: v1.4.0Release noteschrome-devtools-mcp-v1.3.0chrome-devtools-mcp: v1.3.0Release noteschrome-devtools-mcp-v1.2.0chrome-devtools-mcp: v1.2.0Release noteschrome-devtools-mcp-v1.1.1chrome-devtools-mcp: v1.1.1Release noteschrome-devtools-mcp-v1.1.0chrome-devtools-mcp: v1.1.0Release noteschrome-devtools-mcp-v1.0.1chrome-devtools-mcp: v1.0.1Release noteschrome-devtools-mcp-v1.0.0chrome-devtools-mcp: v1.0.0Release noteschrome-devtools-mcp-v0.26.0chrome-devtools-mcp: v0.26.0Release noteschrome-devtools-mcp-v0.25.0chrome-devtools-mcp: v0.25.0Release noteschrome-devtools-mcp-v0.24.0chrome-devtools-mcp: v0.24.0Release noteschrome-devtools-mcp-v0.23.0chrome-devtools-mcp: v0.23.0Release noteschrome-devtools-mcp-v0.22.0chrome-devtools-mcp: v0.22.0Release noteschrome-devtools-mcp-v0.21.0chrome-devtools-mcp: v0.21.0Release noteschrome-devtools-mcp-v0.20.3chrome-devtools-mcp: v0.20.3Release noteschrome-devtools-mcp-v0.20.2chrome-devtools-mcp: v0.20.2Release noteschrome-devtools-mcp-v0.20.1chrome-devtools-mcp: v0.20.1Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "chrome-devtools-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Connect LLMs and AI agents to Auth0 Management APIs via an MCP server. Use natural-language commands
Developer Tools
MCP server for Atlassian tools (Confluence, Jira)
Developer Tools
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps,
Browser & Scraping
One email a week. New agents, MCP servers and skills, and what is actually getting traction.