serkan-ozal/browser-devtools-mcp
An MCP Server enables AI assistants to autonomously test, debug, and validate web applications.
Quick Start
Clone the repository:
git clone https://github.com/serkan-ozal/browser-devtools-mcpClaude 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.