{
  "entry": {
    "kind": "mcp",
    "slug": "chrome-devtools-mcp",
    "name": "Chrome DevTools MCP",
    "vendor": "Google",
    "description": "An MCP server that connects an agent to a live Chrome instance through the DevTools protocol — inspecting the DOM, reading console output and network requests, evaluating expressions, and profiling performance. It is the debugging counterpart to Playwright's automation focus.\n\nDevTools access is close to total control of the page: script evaluation in a live tab can read anything the page can read, including tokens held in memory and storage. The server declares browser control and outbound network access. The safe pattern is a browser instance started specifically for the agent with no logged-in sessions attached; the dangerous one is attaching it to the browser where you are signed into your cloud console.",
    "website": "https://developer.chrome.com/blog/chrome-devtools-mcp",
    "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}