Chrome's official DevTools MCP was released last year, but I believe many people still haven't installed 😂



Chrome DevTools MCP gives Claude, Codex, Cursor and other AI the ability to access your browser.

Most recommended installation method for beginners:

First, open and check the box in Chrome
chrome://inspect/#remote-debugging

A. If you use Claude Code
Execute directly: claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
After installation, restart Claude Code.

B. If you use Codex CLI
Execute directly: codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest

C. If you use Cursor
Open:
Cursor Settings -> MCP -> New MCP Server
Then fill in this configuration:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
View Original
post-image
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pin