MCP server

Chrome DevTools
MCPOfficial 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
writeOpen a URL in Chrome.
snapshot
readAccessibility snapshot of the page.
console
readConsole 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
- write
navigate
Open a URL in Chrome.
- read
snapshot
Accessibility snapshot of the page.
- read
console
Console messages.
Last call
{ "ok": true,
"tool": "navigate",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.

