Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chrome_local": {
"command": "npx",
"args": [
"chrome-local-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub callmehuyv/chrome-local-mcp