Stats
Actions
Tags
From OpenChrome
Local MCP server that launches and controls Chrome browser for automation, web scraping, and testing tasks.
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