Open-source browser automation MCP server. Control your real Chrome from any AI agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openchrome": {
"command": "npx",
"args": [
"-y",
"shaun0927/openchrome"
]
}
}
}
Run in terminal:
claude mcp add openchrome npx -y shaun0927/openchrome
Add to .cursor/mcp.json:
{
"mcpServers": {
"openchrome": {
"command": "npx",
"args": [
"-y",
"shaun0927/openchrome"
]
}
}
}