Stats
Actions
Tags
Runs locally via Chrome DevTools MCP server to enable browser automation, web navigation, DOM inspection, screenshot capture, and JavaScript execution in a controlled browser instance.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"browser": {
"command": "npx",
"args": [
"-y",
"@chromedevtools/mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub saschaheyer/ai-driven-engineering --plugin ai-driven-engineering