LongClaw 龙爪
English

Chrome开发者工具MCP

stdio / HTTP

chrome-devtools-mcp lets your coding agent inspect, debug, and automate a live Chrome browser through the Model Context Protocol.

MCP 服务收藏 942026-06-04Apache-2.0
MCP 服务已关联来源ModelScope MCPbrowserdebugginglocalMCP Server. Review tool permissions and credentials before enabling.

Chrome DevTools MCP

chrome-devtools-mcp lets coding agents inspect, debug, profile, and control a live Chrome browser through the Model Context Protocol.

Key Features

  • Inspect pages, DOM nodes, console messages, network requests, and performance traces.
  • Drive browser automation for debugging, reproduction, screenshot capture, and test assistance.
  • Works locally with Chrome and keeps browser data under the user's control.

Requirements

  • Node.js 22.12.0 or newer.
  • Chrome or Chromium installed locally.
  • An MCP-compatible client.

Server Configuration

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["chrome-devtools-mcp@latest"]
    }
  }
}

Security Notes

This server can inspect browser tabs and debugging data. Only enable it for trusted workspaces and review browser permissions before use.