kapyn
MCP serversBrowser & automation 路 MCP server

Chrome DevTools MCP server

Let the assistant debug a live Chrome page. 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.

Category
Browser & automation
Maintained by
Official
Protocol
Model Context Protocol
Source
ChromeDevTools/chrome-devtools-mcp
View on GitHubBrowse all MCP servers
In the official MCP registryio.github.ChromeDevTools/chrome-devtools-mcpa newer version is publishedupdated 2026-08-10

Installing 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.

What it does

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.

Like any MCP server, Chrome DevTools plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Browser & automation MCP servers