Stats
Actions
Tags
From browser-devtools-mcp
Provides browser automation capabilities using Puppeteer: web scraping, page navigation, screenshots, and form interactions. Runs locally with Chrome/Chromium.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"browser-devtools": {
"command": "npx",
"args": [
"-y",
"browser-devtools-mcp@latest"
],
"env": {
"PLATFORM": "browser",
"BROWSER_HEADLESS_ENABLE": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
PLATFORM=browserBROWSER_HEADLESS_ENABLE=truenpx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcp