Chrome DevTools MCP ↗
Chrome DevTools MCP is an officially published MCP server from Google. Anomity scores its risk at 10 out of 100 (low).
Analysis summary
Chrome DevTools MCP is an officially published MCP server from Google. Anomity scores its risk at 10 out of 100 (low).
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.
DevTools 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.
Why this entry scored 10 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.
Findings
-
Published by the vendor Trust offset
Capabilities
Every capability the entry declares, with the security implication of each.
-
browser:controlBrowser controlDrives a browser session. Combined with credential access can impersonate the user on web services. -
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.