Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Chrome DevTools MCP logo
MCP server

Chrome DevTools MCP

Drives and inspects a live Chrome instance through the DevTools protocol.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y chrome-devtools-mcp@latest
mcpServers
{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@latest"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
License
Apache-2.0
Tools
navigate_pageclickfill_formtake_snapshottake_screenshotlist_console_messageslist_network_requestsget_network_requestperformance_start_traceperformance_stop_traceperformance_analyze_insightlighthouse_audit+2

Maintained by the Chrome DevTools team, this server lets an agent open pages in a real Chrome, click and fill forms, then read back what the browser actually saw: console messages, network requests and performance traces. Heap snapshot tools cover memory investigations and Lighthouse audits run from the same session. It can launch its own browser or attach to an already-running instance over a remote debugging port.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?