homebrew-webrain

prokopis3/homebrew-webrain
★ 0 stars Ruby Browser/Web Updated today
Homebrew tap for webrain — a portable LLM-driven browser-automation & web-scraping MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-webrain": {
      "command": "npx",
      "args": [
        "-y",
        "prokopis3/homebrew-webrain"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [webrain](https://github.com/prokopis3/webrain) — a portable, LLM-driven browser-automation & web-scraping MCP server. ```bash brew tap prokopis3/webrain brew install webrain ``` Then install a browser engine and start the server: ```bash webrain install # Download Chrome for Testing