browser-devtools-cli

Installation
SKILL.md

Browser DevTools CLI

Command-line interface for browser automation, debugging, and testing using Playwright. This CLI is for the browser platform; for Node.js backend debugging, use node-devtools-cli (see node-devtools-cli skill).

Installation

npm install -g browser-devtools-mcp

Quick Start

# Navigate to a URL
browser-devtools-cli navigation go-to --url "https://example.com"

# Take a screenshot
browser-devtools-cli content take-screenshot --name "homepage"
Related skills

More from serkan-ozal/browser-devtools-skills

Installs
40
GitHub Stars
7
First Seen
Feb 3, 2026