RadarBrowser & automation
Chrome DevTools
Browser & automation · MCP Server
About Chrome DevTools
Chrome's official DevTools MCP server lets an assistant inspect the DOM, read console and network activity, and run performance traces against a real browser, so it can debug and verify web pages.
Let the assistant debug a live Chrome page.
CategoryBrowser & automation
TypeMCP Server
SourceOfficial
WebsiteInstalling Chrome DevTools
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.