Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub saschaheyer/ai-driven-engineering --plugin ai-driven-engineeringCopy 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
Share bugs, ideas, or general feedback.