Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From OpenChrome
Local MCP server that launches and controls Chrome browser for automation, web scraping, and testing tasks.
npx claudepluginhub shaun0927/openchromeCopy 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
Share bugs, ideas, or general feedback.