Stats
Actions
Tags
From OpenChrome
Launches a local Chrome browser instance for web automation, page inspection, and screenshot capture via DevTools Protocol.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openchrome": {
"command": "openchrome",
"args": [
"serve",
"--auto-launch"
]
}
}
}Server configuration and connection parameters
openchromeCommand-line arguments passed to the server process
npx claudepluginhub shaun0927/openchrome