chromedevtoolsmcp1

mortava/chromedevtoolsmcp1
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
Chrome DevTools MCP server (forked from ChromeDevTools/chrome-devtools-mcp)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chromedevtoolsmcp1": {
      "command": "npx",
      "args": [
        "-y",
        "mortava/chromedevtoolsmcp1"
      ]
    }
  }
}

README Excerpt

Chrome DevTools for agents (`chrome-devtools-mcp`) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.

Tools (2)

clickstable