Skip to main content
Browser AutomationTypeScript

serkan-ozal/browser-devtools-mcp

An MCP Server enables AI assistants to autonomously test, debug, and validate web applications.

browser-automation
Share:

Quick Start

Clone the repository:

git clone https://github.com/serkan-ozal/browser-devtools-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "browser-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "serkan-ozal/browser-devtools-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
serkan-ozal