C

Chrome DevTools MCP

Control and inspect a live Chrome browser from AI agents

Official
Featured
Developer Tools
Install Command
npx @chrome-devtools/mcp-server
Claude Desktop Config
{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "@chrome-devtools/mcp-server"]
    }
  }
}

About Chrome DevTools MCP

The official Chrome DevTools MCP server from Google lets AI coding agents control and inspect a live Chrome browser session.

Features

  • Full Chrome DevTools Protocol access
  • DOM inspection and manipulation
  • JavaScript execution in browser context
  • Network request monitoring
  • Performance profiling
  • Console log access

Tags

chromedevtoolsdebugginggooglebrowser