MCP server
Chrome DevTools MCP
Drives and inspects a live Chrome instance through the DevTools protocol.
Add it to your client
OfficialInstall
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.
Similar MCP servers
Playwright MCP
MCP serverGives an assistant a real browser to click, type and read pages with
Browsers & AutomationDeveloper Tools
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment