Back to MCP Servers
Browser Devtools
An MCP Server enables AI assistants to autonomously test, debug, and validate web applications.
browser-automationbrowserai
By serkan-ozal
Installation
npx -y browser-devtools-mcpConfiguration
{
"mcpServers": {
"browser-devtools-mcp": {
"command": "npx",
"args": ["-y", "browser-devtools-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes