openchrome

shaun0927/openchrome
★ 138 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Open-source browser automation MCP server. Control your real Chrome from any AI agent.
View on GitHub →

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"
      ]
    }
  }
}