MCP server

Chrome DevTools

MCP

Official Chrome DevTools MCP. The inspector, as tools.

From ChromeDevTools. Snapshots, console, network — against a real Chrome.

latest·Apache-2.0·Updated this quarter·github.com/ChromeDevTools/chrome-devtools-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

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

By Google

Spec

What the server actually exposes.

  • navigate

    write

    Open a URL in Chrome.

  • snapshot

    read

    Accessibility snapshot of the page.

  • console

    read

    Console messages.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

chrome-devtools-mcp.mcp/tools

Tools

  • navigate

    Open a URL in Chrome.

    write
  • snapshot

    Accessibility snapshot of the page.

    read
  • console

    Console messages.

    read

Last call

{ "ok": true,
  "tool": "navigate",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.