Openchrome
Freeby MCP Community
Open-source browser automation MCP server. Control your real Chrome from any AI agent.
v1.9.7Added Apr 12, 2026
openchromemcpmcp-serverbrowser-automationparallel-sessions
Openchrome MCP Server
Open-source browser automation MCP server. Control your real Chrome from any AI agent.
Installation
Reviews
Installation
Quick install
npx -y openchrome-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"openchrome": {
"command": "npx",
"args": ["-y", "openchrome-mcp"]
}
}
}