From chrome-local-mcp
Runs locally to provide Claude with a controllable Chrome browser instance for web navigation, automation, scripting, interaction, and screenshots. No secrets required.
npx claudepluginhub callmehuyv/chrome-local-mcpAdd to your .mcp.json:
{
"mcpServers": {
"chrome_local": {
"command": "npx",
"args": [
"chrome-local-mcp@latest"
]
}
}
}npx